dotnet / dotnet/project-system
ThrowingTraceListener specified in tests\Common\Test\App.config doesn't exist
Open
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
The configuration specifies `Microsoft.VisualStudio.ProjectSystem.Managed.TestServices` assembly name, but the project containing the type is a shared project and there is no such assembly.
```
```
The share project needs to be converted to a regular dll.
Tracking TODO in code.
Contributor guide
Assessment
This issue has not been assessed yet.