Forum member

mmisztal

8 posts

Posts by mmisztal

  1. Could not load file or assembly 'xunit.runner.utility.netstandard15

    The new build works fine. All assemblies are being loaded and tests are being executed as expected. Thank you Sir.

  2. Could not load file or assembly 'xunit.runner.utility.netstandard15

    Hi Remco, I've uploaded a sample solution to a private GitHub repo and added you as a collaborator: https://github.com/mmisztal1980/ncrunch-netstandard15-repro/invitations Just checked - still fails.

  3. Could not load file or assembly 'xunit.runner.utility.netstandard15

    Hi Remco, As far as I can tell I'm not 'conciously' using any binding redirects, nor is automatic generation enabled in the [b].csproj[/b] files. I've created a new solution with a single XUnitProject, my instance of VS2019 defaulted to a preview version of .net core 3.0: [code=xml] <Proje…

  4. Could not load file or assembly 'xunit.runner.utility.netstandard15

    I'm working on a netcore2.2 based solution. When NCrunch is enabled, all test projects fail to build with an exception: [code=plain] An error occurred while analysing this project after it was built: System.IO.FileNotFoundException: Could not load file or assembly 'xunit.runner.utility.netstanda…

  5. [VS2017] When NCrunch is Enabled, NuGet packages are being uninstalled

    Here you go: https://youtu.be/tjbhHdUiZnk There was some audio but apparently my mic is broken. Basically, NCrunch seems to remove the package that was added last (Shoudly) to the unit tests project. After re-adding the package, NCrunch didn't pick this fact up, so I had to manually start a reb…

  6. [VS2017] When NCrunch is Enabled, NuGet packages are being uninstalled

    Hi, I'm facing a rather weird issue. I'm using NCrunch 3.5.0.1 and VS2017 Professional. When ncrunch is becoming ENABLED, it's uninstalling packages from my project - which in consequence makes the builds fail Am I missing something? or is this a new feature I'm not yet aware of?

  7. Unit test project with only xUnit.net theories in it is not picked up

    Considering that this is basic code - I'm a bit puzzled - NCrunch is not picking this up. I'm using NCrunch for Visual Studio 2015 2.15.0.9 [quote]using Xunit; using Assert = Xunit.Assert; namespace My.Tests { // This project can output the Class library as a NuGet Package. // To…

  8. Unit test project with only xUnit.net theories in it is not picked up

    Hello, I'm attempting to run xUnit 2.0.0 tests using NCrunch from VS 2015 RC. Has the issue been resolved? NCrunch still doesn't appear to be picking up any tests.