Exception filter syntax with 'when' should be consistent to C#8 pattern matching syntax #4083
Unanswered
PhilippPaetzold
asked this question in
Q&A
Replies: 1 comment
-
Yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
would be nicer and more consistent, with c# 8 pattern matching syntax:
Is there a technical reason for the different syntax or is it simply because exception filtering with the 'when' keyword came first with C# 6.0?
Beta Was this translation helpful? Give feedback.
All reactions