Forum member

grimsqueak

4 posts

Posts by grimsqueak

  1. Regression in Roslyn analyzer references in NCrunch 5

    Awesome, I can confirm that this latest build does indeed fix the analyzer reference problem, and I'm now able to test the full solution again. Thanks for the quick turnaround.

  2. Regression in Roslyn analyzer references in NCrunch 5

    Thanks Remco, by XML in my project that contains the reference, you mean how it's referenced in the csproj? If so, it was included in the original post: <Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <ProjectReference Include="..\..\src\Brage.Schema\Brage.Schema.csproj" /> [h]<ProjectRefe…

  3. Regression in Roslyn analyzer references in NCrunch 5

    Thanks for the quick response! Our license server doesn't have licenses past 4.14.0.7, so that is the version I'm using day to day. I'm hoping that RDI will sway management to update the licenses though :) The error message I'm getting is the following: https://www.ncrunch.net/documentation/t…

  4. Regression in Roslyn analyzer references in NCrunch 5

    Hi, my team at work has been using NCrunch 4 for years now and has grown addicted to it. I'm looking into NCrunch 5 for the awesome RDI feature, but I'm struggling to get it to work correctly with some Roslyn analyzers and code generators we have. From the looks of it, it seems to import analyzer…