-
-
Notifications
You must be signed in to change notification settings - Fork 46
Description
Installed product versions
- Visual Studio: [2022 Professional (17.1.0)]
- This extension: [1.1.162 (taken from Github)]
Description
If I set the CoverageColoursFromFontsAndColours to true in the settings, then Visual Studio crashes when I click on the class being tested after running the tests and then look at the coverage in the Coverage View.
Steps to recreate
- Set CoverageColoursFromFontsAndColours to true (one time)
- Run a set of tests
- Look at the code coverage
- Activate the window containing a class being tested in the tests
- Visual Studio becomes unresponsive, and after a while, it crashes silently.
Current behavior
Visual Studio crashes
Expected behavior
Should open the class file without crashing
Side Notes
- Not sure if it is related, but the solution containing the test project, contains 152 projects being a mix of Native C++, VB.Net and C# projects (both .NET 4x, .netstandard2.0, .netcore* and .net*).
- The project containing the classes to test is targeting .netstandard2.0.
- The test project is targeting .net6.
- Tests are implemented with xunit.
Metadata
Metadata
Assignees
Labels
No labels