dotnet / dotnet/project-system
Integration tests are failing on 16.0 with missing "Microsoft.Test.Apex.Framework, Version=16.0.0.0"
Open
Area-Testing
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Integration tests are failing with the following under 16.0:
```
Could not load file or assembly 'Microsoft.Test.Apex.Framework, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
at System.Reflection.Assembly.LoadFile(String path)
at MessageHookProc(Int32 nCode, UInt32 wparam, Int32 lparam)
```
Contributor guide
Assessment
This issue has not been assessed yet.