Forum member

niklaslundberg

4 posts

Posts by niklaslundberg

  1. NCrunch internal exception

    Hi! I'm getting an exception in NCrunch for my .NET 7 Web SDK project in the trace output. See details below. I tried to rebuild project in VS, in NCrunch, clear all NCrunch caches, VS caches, user temp cache but this keeps coming back. The code compiles just fine in VS using latest .NET 7 SDK. I…

  2. Support for C# source generators?

    I'm doing some experiments to source generate a valid xunit test in a test project, using a source generator defined in another project within the solution. https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/ So for instance there is a class in the test project ATest { pub…

  3. Support for C# source generators?

    In this case it is Roslyn powered C# 9 source generators.

  4. Support for C# source generators?

    Are there any plans to support tests generated with C# source generators? Currently a generated xunit test is not discovered by NCrunch.