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
In the currently proposed C# 9.0 pattern-matching extensions, it is forbidden to declare a designator in a pattern that is beneath a not or or pattern combinator. This needs to be implemented in the prototype.
In the currently proposed C# 9.0 pattern-matching extensions, it is forbidden to declare a designator in a pattern that is beneath a
not
oror
pattern combinator. This needs to be implemented in the prototype.Relates to dotnet/csharplang#2850
The text was updated successfully, but these errors were encountered: