Aryeh Citron
Aryeh Citron
#### Description When using .WithInferredColumns() it would be good to have a mechanism to allow for ordering of the columns based on the order that they are specified in the...
#### Description When using the WithColumn extension I want an easy way of doing null propagation. For example ``` collection.ToVerifiableDataTable(b => b.WithColumn(x => x.Output.MyNullableProperty.MySubProperty)); ``` In the above example when...
**Note**: Originally posted as an [IdentityServer](https://github.com/DuendeSoftware/Support/issues/201) bug, but it would appear to be an IdentityModel issue. **Which version of Duende IdentityServer are you using?** IdentityModel 6.0.0 **Which version of .NET...
#### Description I'd like to be able to make a custom `HtmlReportFormatter` reusing 80% of what's been done in terms of Html helper methods etc, but all the dependent classes...
#### Description Background - when using a test report as more of a specifications document, it is not always easy to find exactly what you are looking for - you...
#### Description Currently the Html Reports put all the content on a single line. This is fine when viewing the reports in a browser. However, these reports are serving as...
#### Description I'm attempting to get the attributes on the current executing scenario. `ScenarioExecutionContext.CurrentScenario` gets me information about the Current executing scenario, but it doesn't give me knowledge of the...
#### Description We have a situation where some of our test code is reused in multiple places. It is all built around composite steps, but in one case we want...
**Problem Statement** When making heavy use of reused composite steps, nesting can get overly complicated. Sometimes you want to group steps through composite steps, but when they're used you want...