Forum member

maluedev

5 posts

Posts by maluedev

  1. 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

  2. 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 …

  3. 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

  4. 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…

  5. 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 …