Forum member
maluedev
5 posts
Posts by maluedev
-
Using NCrunch to test Blazor WASM using BUnit
Turns out it must have been some strange case of the way in which the project had grown. I Built a new project from scratch, added back in all my source files and test files and everything worked correctly (with the 'IsWasmProject = False') Thanks for looking into it Jim Deane
15 May 2023 20:21 UTC
-
Using NCrunch to test Blazor WASM using BUnit
Except that..... When I've applied the corrective actions to the original project, I still get the build problem. I have therefore exposed the project repo to you at: [url=https://github.com/Malue-Ltd/Malue-Website]repo[/url] I have also placed a screenshot of the current state in the root …
15 May 2023 13:15 UTC
-
Using NCrunch to test Blazor WASM using BUnit
Turns out I'm the idiot. The build error wass the problem all along and you had solved it with "IsWasmProject = False" Apologies for that (Isn't it a bit odd to say FALSE here when it is a WASM project????) Jim
15 May 2023 11:23 UTC
-
Using NCrunch to test Blazor WASM using BUnit
oh dear, this must be something a bit more subtle :( I first thought i was being an idiot, and immediately set the ignore flag to false, changed to the project dependency and.... still broken :( I have pushed the broken version to the repository and attached a screen shot (in the root of t…
15 May 2023 10:12 UTC
-
Using NCrunch to test Blazor WASM using BUnit
I'm building tests into a Blazor WASM project (it's TDD but that's irrelevant to this issue). I ran into a problem where the test target Component in the production code in the main project cannot be found from the test project when the dependency is expressed as dependant Project. However, when …
12 May 2023 11:27 UTC