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
* Fixes crash in `is` operator used with tuples
Fixesdotnet#19310
* Unify subsumption implementations
Fixesdotnet#19273
* Matching an expression of type `byte?` with a pattern of type `int` should not be allowed
Fixesdotnet#19151
* Add documentation for the breaking change matching `int?` against the pattern `long x`
* Fixes crash in `is` operator used with tuples
Fixes#19310
* Matching an expression of type `byte?` with a pattern of type `int` should not be allowed
* Add documentation for the breaking change matching `int?` against the pattern `long x`
Fixes#19151
* Unify subsumption implementations
Fixes#19273
* Greatly improved code gen for value type pattern match
Fixes#16129Fixes#18944Fixes#14252
* Add test confirming that #19122 is fixed.
Fixes#19122
Version Used:
VS2015 most recent update
Steps to Reproduce:
Expected Behavior:
Compiler reports "warning, the given expression is never of the provided (long, long) type."
Actual Behavior:
Visual Studio crashes.
The text was updated successfully, but these errors were encountered: