Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Disable the IDE0083 warning since the recommended pattern matching \"that is not SomeType\" requires net5.0 but we still want to support earlier versions (.NET Core 3.1 is LTS until 2022-DEC-03)
- IDE0083: Use pattern matching (not operator)
- .NET Core and .NET 5 official support policy (microsoft.com)