Forum member
daveleaver
8 posts
Posts by daveleaver
-
NetCore2 projects don't get X on exception lines
Wow... That a bit of a troublesome one! Maybe try open an issue on one of the dotnet core repositories on github if you haven't already. Thank you again for investigating this one! <3
12 Oct 2017 19:35 UTC
-
NetCore2 projects don't get X on exception lines
I created a new Visual Studio VM on Azure and managed to reproduce the error there on a clean install. I can give you access to it if you'd like, or you can create your own if you have a MSDN Sub. Instructions: Create an Azure VM using the image: Visual Studio Enterprise 2017 (latest release) o…
09 Oct 2017 21:04 UTC
-
NetCore2 projects don't get X on exception lines
This happens on both my Work and Home computers (Just tested at home with the ncrunch built exe). So possibly something I've done weirdly to both of them. Following those instructions (Building with MSBuild), I get line numbers. I had to run `dotnet restore` before I could run msbuild. I've p…
09 Oct 2017 08:00 UTC
-
NetCore2 projects don't get X on exception lines
It makes a .dll, not a .exe, but carrying on: [code] > dotnet HackCore2.dll Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'nCrunch.TestRuntime.DotNetCore, Version=1.0.0.0, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea'. The system cannot find the fil…
09 Oct 2017 03:40 UTC
-
NetCore2 projects don't get X on exception lines
No coverage, but no line numbers in the output either. Same output as in my last post.
09 Oct 2017 03:20 UTC
-
NetCore2 projects don't get X on exception lines
If I run it with 'dotnet run' it includes the line number. If I put a try/catch around it and run it in the Visual Studio debugger, the line number is in the stack trace. If I create a new project "xUnit Test Project (.NET Core)", and put the test in there, still no line number in ncrunch :( …
09 Oct 2017 02:57 UTC
-
NetCore2 projects don't get X on exception lines
On a line that throws an exception, it gets the red circle instead of the red x. This works correctly with a .net framework 4.6 project [img]https://i.imgur.com/CYu6E5R.png[/img] Steps to reproduce: Create a new console app (net core 2) Reference xunit 2.3.0 from nuget Add the test code. En…
09 Oct 2017 02:26 UTC
-
View White Space interacts badly with Coverage Markers
If View White Space is turned on the tab character (->) will appear above the coverage marker and will take interaction from it. This makes the coverage marker really hard to click, you can only click on it at the edges. If your text goes to the far left then normal characters don't take interacti…
14 Aug 2012 23:33 UTC