microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
228 stars 12 forks source link

Test discovery inconsistent with showing what is built #163

Closed timheuer closed 11 months ago

timheuer commented 1 year ago

Type: Bug

Test repo: https://github.com/timheuer/TestSolution

  1. Open folder

  2. Restore happens

  3. Navigate to Test Explorer EXPECT: See all tests ACTUAL: See none

  4. Rebuild solution

  5. Navigate to Test Explorer EXPECT: See all tests ACTUAL: See only two groups (TestNUnit, TestXUnit) -- MSTest and bUnit ones missing...refresh doesn't see them -- no errors in build.

Extension version: 0.1.103 VS Code version: Code 1.79.2 (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:57:04.379Z) OS version: Windows_NT x64 10.0.22621 Modes:

System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 9 3900X 12-Core Processor (24 x 3793)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|undefined| |Memory (System)|127.92GB (86.16GB free)| |Process Argv|--crash-reporter-id d2c91f49-7cf5-4a88-bfb8-425825bf92ad| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 vsclangdc:30486549 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vscccc:30610679 2e4cg342:30602488 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 showlangstatbar:30737416 vsctsb:30748421 pythonms35:30701012 03d35959:30757346 57b77579:30736110 pythonfmttext:30731395 pythoncmvfstrcf:30756944 fixhidewlkth:30730051 pythongtdpath:30769146 bgfeh915:30769767 dh2dc718:30770000 ```
peterwald commented 11 months ago

Closing as already fixed.