Hi!
We are attempting to upgrade a solution that has a mix of .NET 6 projects and .NET Standard 2.0 libraries. I noticed that .NET 6 is not listed on your supported frameworks page currently - is that accurate?
https://www.ncrunch.net/support/frameworks . Also, .NET Standard does not have any versions listed, just a generic ".NET Standard" - is 2.0 supported?
We are using Version 4.11.2 of the Ncrunch Console Tool.
When attempting to build our solution we are getting the following error regarding long file paths. Does this have to do with non-support or .NET 6 (core?)? This is running on Windows 10 and long paths is enabled in the registry. My assumption from researching the internet and reading past NCrunch forums is that the 259 character limit is coming from NCrunch and not from the underlying msbuild (dotnet build) build system - is that correct?
"some info redacted with "x")":
[Step x/x] The path 'C:\Users\xx-xxxxxxxx\AppData\Local\NCrunch\10492\8\xxxxxxxxxxxxxxxxxxx.Web\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared_Components_LayoutNavigationViewComponent__LayoutNavigation_cshtml.g.cs' could not be processed because it exceeded the maximum allowed length of 259 characters - System.IO.PathTooLongException: The path 'C:\Users\xx-xxxxxxxx\AppData\Local\NCrunch\10492\8\xxxxxxxxxxxxxxxxxxx.Web\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared_Components_LayoutNavigationViewComponent__LayoutNavigation_cshtml.g.cs' could not be processed because it exceeded the maximum allowed length of 259 characters
Thanks,
-Matt