Different VS Solution from my previous problem about Metrics Not Showing.
Solution has three projects:
* Main VB code project.
* Test project with two test code files.
* Test project with .ASPX forms for testing UI controls.
All three projects successfully build.
I have Show Passing Tests and Show Failing Tests selected.
If I change a TestCase value NCrunch appears to automatically run
the test and briefly shows tests structure in Tests window.
Then those tests disappear.
I've done a Reset.
I've run the Configuration Wizard.
I have tests set to run automatically.
I see Metrics values as expected.
When I add a Description with a syntax error:
<Test("Description:="Zip_Validator")> ' The first " in front of Description is the syntax error.
NCrunch automatically tries to rebuild the test project, encounters an error, shows the test tree structure with red B icon
for build error. Then the tree structure disappears.
If I correct the syntax error NCrunch rebuilds the Tests project, appears to run the test,
and then the tree structure disappears.
NCrunch: 4.4.0.12
Visual Studio: 2019.