Forum member
ryanoneill1970
7 posts
Posts by ryanoneill1970
-
NCrunch causing dotnet watch to fail
That sounds sensible, thank you Remco. Looking forward to the new version.
30 Jan 2024 10:30 UTC
-
NCrunch causing dotnet watch to fail
I have the following configurations options set to try and keep nCrunch out of the project build space. 'NCrunch cache storage path' set to '..\..\NCrunch' 'Workspace base path' set to 'C:\ncrunch' But sometimes, when running 'dotnet watch', the watcher will see a global using file changed (o…
29 Jan 2024 19:29 UTC
-
Workaround for installer not finding correct VS path
The installer detected the wrong version of VS 2019 (from another boot drive) and failed to install with a permissions problem. I could not be bothered with the manual unzip process this time. I renamed the Program Files folder on the other volume (not used by the running instance of Windows) and…
15 Nov 2020 11:49 UTC
-
Problem with dotnet 5
This solves the init property problem for me.
15 Nov 2020 11:45 UTC
-
Code coverage issue for XUnit
I think I am seeing the same issue myself so perhaps I can provide more information. It's not a big issue, just affects the code coverage report. The problem is that in an xunit / nCrunch combination the MemberData used for a test in included in the code coverage report. Therefore, you'll get …
04 Aug 2018 15:17 UTC
-
NCrunch fails to build, seems confused by namespace
After telling NCrunch to rebuild (via the toolbar) this seems to be gone, so it may just be a 'new project' cache thing. I'm happy now it's working again so no need to investigate, if you want more detail let me know.
29 Jan 2015 17:41 UTC
-
NCrunch fails to build, seems confused by namespace
Created a new web api project from File->New, chose WebApi and ticked 'add unit tests'. Whatever namespace you choose for the web project (for example, MyWebUi) then the template will create another project named MyWebUi.Tests. This compiles but NCrunch does not like the namespace confusion in…
29 Jan 2015 16:49 UTC