GoogleTestAdapter
GoogleTestAdapter copied to clipboard
[Problem:] When adding `GTA_Traits_1.8.0.h` to allow "Traits" usage to a Visual Studio 2022 (17.3) test project, then it can no longer be debugged in Test Explorer
- There is no "Test Adapter for GoogleTest" via nuget (As that is not even visible in the list for supported nuget types)
- Debug does work if "Traits" are not used and the header file is not in the test project (i.e. it is not a VS install problem)
Notes:
- Debugging is still possible via "ReSharper"