You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: