Forum member

SomeGuy

9 posts

Posts by SomeGuy

  1. Build error with basic .NET Standard class library

    Awesome. Thanks for the prompt support!

  2. Build error with basic .NET Standard class library

    I can confirm that this makes the build error go away. Perhaps ncrunch should not assume this package exists in the nuget package directory and should instead try to reference it from the installed location under C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\Microsoft.NETCore.App. Is that so…

  3. Build error with basic .NET Standard class library

    I installed it with the RTM VS2017 installer, and never installed any of the preview builds of VS2017 or .net core before that. The same goes for the other developers on my team. I'm guessing maybe you [i]happen[/i] to have it installed in the nuget packages directory, but it isn't necessarily ins…

  4. Build error with basic .NET Standard class library

    This is not local to my machine as all developers on my team are seeing this. My downloaded nuget packages are going to C:\Users\<user>\.nuget\packages as expected, but I don't have an explicit reference to Microsoft.NETCore.App in my project. Does the sample project work for you? This is where…

  5. Build error with basic .NET Standard class library

    Hi, I have a class library in vs2017/msbuild15 project format that targets both net461 and netstandard13. The test project targets net461. I'm running ncrunch 3.9.0.1. The source project builds fine for the net461 target and the tests are run, but for the netstandard13 target, I get the foll…

  6. NullReferenceException after update to NuGet 3 and project.json

    I was able to work around this issue by disabling the 'Copy referenced assemblies to workspace' setting and getting the required files to the output directory in another way. Thanks.

  7. NullReferenceException after update to NuGet 3 and project.json

    Thanks Remco. I'm not sure the fact that these are azure projects was a detail worth mentioning. There is nothing special about them in that one outputs a class library and two output exes. We have been using ncrunch with this solution for 18 months or so without any problems. I am not talking a…

  8. NullReferenceException after update to NuGet 3 and project.json

    I had an error in a path my csproj which I fixed and now the callstack is a bit deeper is: System.NullReferenceException: Object reference not set to an instance of an object. at nCrunch.Common.IO.DirectoryPath.GetNumberOfCommonDirectories(DirectoryPath path1, DirectoryPath path2) at nCru…

  9. NullReferenceException after update to NuGet 3 and project.json

    Hi. I'm on version 2.23.0.2. I just updated my solution to use NuGet 3 and project.json for all projects, and now I'm getting the following exception on build all 3 of my Azure worker/webrole projects: System.NullReferenceException: Object reference not set to an instance of an object. at nC…