-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support logical operators in pattern matching #68
Comments
Do we want to use the "bug" tag for C# 9 support? It was ratified only recently. If we do any analysis in the future it might be nicer to break out what we thought was in but broken vs what C# added and we were playing catch-up? |
@damieng I don’t have strong feelings re. that taxonomy—maybe @maxbrunsfeld does—but IMO this grammar should be able to parse as much of |
So just as a heads up C# 9.0 isn't actually released until November with the release of .NET 5.0. I agree we should add support - just wanted to clarify it's not a bug in the traditional sense - it's supporting new cutting-edge syntax. |
One further point to make here - |
C# 9.0 added
and
,or
andnot
statements in pattern matching: dotnet/csharplang#2850This feature is present in dotnet/roslyn:
The text was updated successfully, but these errors were encountered: