-
Notifications
You must be signed in to change notification settings - Fork 114
Closed as duplicate
Labels
Description
Reqnroll Version
2025.2.359
Which test runner are you using?
xUnit 2
Test Runner Version Number
2.9.0
.NET Implementation
.NET 8.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json",
"trace": { "coloredOutput": false }
}
Issue Description
When binding columns a Data Table Reqnroll ignores the final column if it does not have a trailing delimited. In the example below InterestRate is set to zero.
It would be helpful if this could emit a warning or the auto-formatter correct this.
Steps to Reproduce
Given an interest rate 'ZeroInterest' exists with the following rates
| EffectiveDate | InterestRate
| 1999-01-01 | 10.00
Link to Repro Project
No response
Reactions are currently unavailable