Forum member

michaelkroes

306 posts

Posts by michaelkroes

  1. An exception was thrown in the remote environment, Errors occurred while trying to load the project

    Hi, I had a look at reproducing this problem. I created a solution with two projects in Visual Studio one referencing the other. When I did this the csproj file had the same layout as you reported after opening it in Rider (So the one with the multiple tags and the guid). I also opened that proj…

  2. NCrunch failing to build .net core projects

    [quote=Der-Albert.com;11765][quote=michaelkroes;11737]Can someone help me out and reproduce this with a small test project? (Or report the steps taken)[/quote] File New Project=> .NET Core => ASP.NET Web Application => MVC (Not Authentication) => Enable NCrunch Build Failue [quote] NCrunch: …

  3. NCrunch failing to build .net core projects

    I've tried to reproduce this in a test project. I've updated my visual studio to the latest preview build and created a classlibrary targetting netcore 2.0. I've added a NUnit3 test to that. NCrunch and VS are still able to build that solution. Can someone help me out and reproduce this with a s…

  4. copying additional files from a folder with name starting with % throws error

    Thanks for posting this and bringing it to our attention! We currently can't handle two % markers in one path. They are parsed as an environment variable. (ie. %APPDATA%) As a work around, could you perhaps add the files to the project? Or change the directory name?

  5. SpecFlow integration - Failed Marker at invalid position

    Hi thanks for posting and evaluating the product! This is a feature of SpecFlow. It can be disabled by editing the app.config. If you add stopAtFirstError="true" you will get an exception cross at the Given. [code] <specFlow> <unitTestProvider name="NUnit" /> <runtime stopA…

  6. How can we test the new C# 8.0/Experimental features?

    Hi, Thanks for your posts. I installed the nullable reference preview into the visual studio preview. When building a project that uses the new features inside of visual studio it works. Building the same project from the commandline using msbuild doesn't work. You mentioned you used msbuild, did…