Forum member
htssoftwares
6 posts
Posts by htssoftwares
-
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
31 Dec 2023 10:25 UTC
-
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.…
08 Dec 2020 19:37 UTC
-
System.InvalidProgramException: Common Language Runtime detected an invalid program.
It works perfectly ! Thank you :-)
26 Nov 2020 09:48 UTC
-
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.
26 Nov 2020 08:48 UTC
-
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 !
26 Nov 2020 06:49 UTC
-
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 …
25 Nov 2020 14:17 UTC