Forum member
myElectrical
4 posts
Posts by myElectrical
-
Getting Approval Tests To Work
I just checked and was using verify.xunit, version 19.0.0. Updated to the latest 19.3.0. https://github.com/VerifyTests/Verify (by Simon) Even after upgrading to 19.3.0, I still get the same error (slightly different in line numbers): System.AggregateException: One or more errors occurred. …
08 Dec 2022 10:19 UTC
-
Getting Approval Tests To Work
I am having an issue getting approval tests to work. To demonstrate, I have created a simple test: [code=csharp]open VerifyXunit open Xunit [<UsesVerify>] module NcrunchTests = [<Fact>] let ``test explorer and NCrunch should both work`` () = Verifier.Verify("Hello World…
07 Dec 2022 11:27 UTC
-
1 project is failing to build
Thanks, the listed build solved the issue and everything is now working.
19 Sep 2021 13:18 UTC
-
1 project is failing to build
I am trying to get ECrunch to work and it is failing to build a project (this project builds in VS 2019, runs, and manual tests work). The output from the processing queue is: [PID:23404 15:44:35.0486 LocalBuildTask-27] ERROR: nCrunch.Compiler.StaticManipulation.CilTypeHashException: Unable to ha…
18 Sep 2021 14:56 UTC