Etienne Arnal
Results
3
comments of
Etienne Arnal
As far as it's supported by `dotnet build C:/path/to/my/project.vcxproj`, it should work with `dotnet test` too. Seems like a real bug.
I reproduced with absolute path only (`dotnet test C:/*_UT.dll`). No issue if I use relative glob expression (`dotnet test ../*_UT.dll`).
I'm facing the same issue with c++20 + VS2022 17.12.3 + VC 14.36. Any news ?