-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decompiled c# 7.3 code has recursive patterns from 8.0 #2888
Comments
Can you tell us WHICH of the 13 compressed costura files we need to look at? Please also mention the full namespace, class and name of the member that contains the error. Also, we haven't yet implemented support for recursive patterns in ILSpy, I would love to see the code that produces this compiler error. Thanks! |
line 3141 in BtnPasteMapData_Click in MapEditor.cs and line 1982 in AllocateRooms in ProjectBody.cs |
it's trying to put the 'is' operator on a tuple type |
after i fixed it, the compiler gave CS8050 errors on compiler-generated code |
and after i removed all compiler-generated code it still gives errors |
Steps to reproduce
Error message shown
Feature 'recursive patterns' is not available in C# 7.3. Please use language version 8.0 or later.
Details
ILSpy version 8.0.0.7106
The text was updated successfully, but these errors were encountered: