Forum member

Magbr

29 posts

Posts by Magbr

  1. .net 4.7.1 support

    Hi wow, thanks for getting back to me this fast! I'm not quite sure, but this is the full error message; An error occurred while analysing this project after it was built: System.BadImageFormatException: Could not load file or assembly 'System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyT…

  2. .net 4.7.1 support

    Upgraded from 3.12.0.13 to 3.12.0.15 (uninstall, install) and deleted the obj and bin folders from the test project throwing a fit. It didn't do anything unfortunately...

  3. .net 4.7.1 support

    Hi Remco, thanks for the fix. Unfortunately I was stupid and gave in to the never ending VS update notifications. Now I can't get my assemblies to build again in Ncrunch, builds fine in VS. I tried a NCrunch repair without luck. It seems like it's the same exception as before. An error occu…

  4. .net 4.7.1 support

    Hi, we're also waiting for .net 4.7.1 support. I tried downloading 3.12.0.4 but there's no support for it yet. We need .net 4.7.1 so we can share code between the .net framework and .net core 2.0. And I would very much like to be able to run tests again asap.

  5. .NET 4.7.1 Support

    Hi, we're also waiting for this. Tried downloading 3.12.0.4 but no support yet. We need it so we can share code between .net framework and .net core 2.0.

  6. Displaying paramaterised tests

    Yeah, dynamicanalysis for xunitv2. If you want some log files or anything feel free to ask! [code=csharp] [Theory] [InlineAutoData(HttpStatusCode.Conflict, "test1", "test1")] [InlineAutoData(HttpStatusCode.OK)] public async Task UserCreationTest(HttpStatusCod…

  7. Displaying paramaterised tests

    Sorry for being unclear! Expected: https://gyazo.com/7113fe7945dd9d1aa9009bef5465111d Actual: https://gyazo.com/caea0361a0cc04aff148156de87c22cf

  8. Displaying paramaterised tests

    Hi, I am allready using Xunit 2.1.0 and NCrunch 2.19.0.4! I'm using autofixtures InlineAutoData attribute if that plays a role.

  9. Displaying paramaterised tests

    Hi, how can I display parameterised XUnit tests as separate tests in the tests window like they're displayed in Re-sharper for example?