Open Jason5Lee opened 3 days ago
System.InvalidOperationException: Unexpected value 'ExplicitDynamic' of type 'Microsoft.CodeAnalysis.CSharp.ConversionKind'
at Microsoft.CodeAnalysis.CSharp.CodeGen.CodeGenerator.EmitConversion(BoundConversion conversion)
Version Used: .NET 9.0.0
Steps to Reproduce:
dynamic
value to a tuple and performing an equality comparison on another tuple.Expected Behavior: The compiler compiles the code without crashes.
Actual Behavior: