Forum member
Magbr
29 posts
Posts by Magbr
-
.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…
09 Jan 2018 11:39 UTC
-
.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...
09 Jan 2018 10:55 UTC
-
.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…
08 Jan 2018 14:01 UTC
-
.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.
16 Nov 2017 08:25 UTC
-
.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.
08 Nov 2017 19:26 UTC
-
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…
26 Jan 2016 23:06 UTC
-
Displaying paramaterised tests
Sorry for being unclear! Expected: https://gyazo.com/7113fe7945dd9d1aa9009bef5465111d Actual: https://gyazo.com/caea0361a0cc04aff148156de87c22cf
26 Jan 2016 22:25 UTC
-
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.
26 Jan 2016 19:07 UTC
-
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?
25 Jan 2016 23:59 UTC