EE and EnC integration tests require updated Visual Studio debugger
Open
Area-Interactive
Interactive-Debugging
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
EE and EnC integration tests require Visual Studio debugger 17.13.1100801-preview or higher following the EE change in https://github.com/dotnet/roslyn/pull/75423.
The following tests are affected.
- `BasicExpressionEvaluator.*`
- `BasicEditAndContinue+CommonProjectSystem.*`
- `{Basic,CSharp}Immediate.DumpLocalVariableValue`
Before updating, the tests will fail with an error in the EE: `Internal error in the {C#,Basic} compiler`
Contributor guide
Assessment
This issue has not been assessed yet.