Forum member

ryanoneill1970

7 posts

Posts by ryanoneill1970

  1. NCrunch causing dotnet watch to fail

    That sounds sensible, thank you Remco. Looking forward to the new version.

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

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

  4. Problem with dotnet 5

    This solves the init property problem for me.

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

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

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