Forum member

Jduff

3 posts

Posts by Jduff

  1. jetbrains rider plugin?

    Jetbrains has finally released their full .Net IDE called "Rider". Though I love NCrunch, I can't stomach using Visual Studio any longer, especially compared to Rider. Any plans to add Rider support for NCrunch? Thanks.

  2. How to enable NuGet Package Restore with NCrunch?

    Thanks, that makes sense. Now, my solution does build in VS without ncrunch as well as msbuild from the command line and I can see the nuget references getting restored. However, when running with ncrunch from the command line it is obvious that the nuget references are not getting restored. I'…

  3. How to enable NuGet Package Restore with NCrunch?

    "When working with NCrunch, you should always restore your packages inside the foreground solution instead" Sorry for the newbie question but can you explain this please? I'm trying to work w/command line nuget and need a way to get the nuget packages restored. Thanks.