Forum member

htssoftwares

6 posts

Posts by htssoftwares

  1. Blazor WASM project build fails

    Note that the Remco answer also fix the build issue for a Blazor .NET 8 app with dual interactivity mode

  2. NCrunch cannot compile my project whereas VS can

    NCrunch cannot compile my project whereas VS can. The project is this one : https://github.com/hybrid-technologies-solutions/CQELight/tree/develop/tests/CQELight.DAL.EFCore.Integration.Tests Got a huge stacktrace like this one : Error while discovering test 'CQELight.DAL.EFCore.Integration.…

  3. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    It works perfectly ! Thank you :-)

  4. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    I have 4.6.0.2 on about page (BTW, copyright dates end in 2018). I posted the sln that fails on my machine.

  5. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    Hello Remco, Thank you for your answer. I downloaded and installed the build 4.6.0.2, however, I still have this issue. For now, I'll disable NCrunch on this project and turn on Live Unit Testing, as it works with this. But I'll be happy to re-enable NCrunch when this will be fixed !

  6. System.InvalidProgramException: Common Language Runtime detected an invalid program.

    Hello, When using NCrunch on a .NET 5 project, that uses C# 9 records, NCrunch returns the following error for each tests : System.InvalidProgramException: Common Language Runtime detected an invalid program. The code that throws : state with { Loading = true }; Where state is a record …