Tom Longhurst

Results 272 comments of Tom Longhurst

> [@KeterSCP](https://github.com/KeterSCP) I got this very error message in my C# project. The problem? My test suite had a > > ``` > class Program { > void Main(){} >...

> So the source generators are used for tests discovery and parameterized tests to avoid reflection, don't they? If so, can we specify the generators to look into the other...

Will this work? Tunit uses source generators and so does reqnroll. Source generated code can't see other source generated code so it may not be able to generate test cases:...

Nice work 😁

Has this been reviewed? 😄

Let me know if I can help and how to reproduce any errors if so

> But we need the test output in the trx files Should be available in the next version

Seen the branch is now updated to the latest version. Is the TRX okay now?

> 16 errors left - and now I think I am approaching some differencies between libs - @thomhurst could you please shed some light how DisplayName is calculated when multiple...

> The test `Scenario_outline_examples_gather_tags_and_parameters` fails, because TUnit implicitly converts one (null) parameter to an array with one null value. > > See the following TUnit example (without Reqnroll): > >...