Forum member

melnikd

7 posts

Posts by melnikd

  1. running(first time run)

    The XUnit tests is a separate Test Project. They target the same version of .NET 5.0 I can try NCrunch v4.9

  2. running(first time run)

    Submitted a bug report

  3. running(first time run)

    Sure, if you tell me where to go to collect the logs

  4. running(first time run)

    Hello, I am using VS2019 16.11.2 , project - .NET Core 5 NCrunch V - 4.9.0.8 Most of the projects, in the solution, show "running(first time run)", circle icon. The solution has a mix of XUnit and MSTest tests. XUnit project execute tests fine, but all MSTests have problems

  5. Ncrunch is asking for not needed references

    I believe I figured out a problem. Following your suggestion i tried executing a build directly through msbuild.exe and realized that it is using VS 2015 MSBuild instead of 2012 and failing with the same errors as NCrunch build. Pulling up the project in Visual Studio 2015 showed me all of the s…

  6. Ncrunch is asking for not needed references

    i followed your suggestions by setting the solution in compatibility mode and changing log property to "Detailed". It produced a huge file. i do not see a way to attach a document to a post so I am just coping first part. not sure how helpful it will be. Please let me know how i can provide more spe…

  7. Ncrunch is asking for not needed references

    I am trying to build my VB.NET solution for the first time with CRUNCH and running into an issue where on one of the projects NCRUNCH complains of missing references One of the references is another project in the same solution - adding the references does not eliminate an error and project builds …