Forum member
niklaslundberg
4 posts
Posts by niklaslundberg
-
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…
05 Sep 2023 07:55 UTC
-
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…
20 Nov 2020 10:55 UTC
-
Support for C# source generators?
In this case it is Roslyn powered C# 9 source generators.
20 Nov 2020 07:07 UTC
-
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.
19 Nov 2020 21:12 UTC