[ https://issues.apache.org/jira/browse/THRIFT-5354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Geyer updated THRIFT-5354: ------------------------------- 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)|https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0083] * [.NET Core and .NET 5 official support policy (microsoft.com)|https://dotnet.microsoft.com/platform/support/policy/dotnet-core] was: 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 | Microsoft Docs|https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0083] * [.NET Core and .NET 5 official support policy (microsoft.com)|https://dotnet.microsoft.com/platform/support/policy/dotnet-core] > disable IDE0083 warning > ----------------------- > > Key: THRIFT-5354 > URL: https://issues.apache.org/jira/browse/THRIFT-5354 > Project: Thrift > Issue Type: Improvement > Components: netstd - Compiler > Reporter: Jens Geyer > Assignee: Jens Geyer > Priority: Minor > > 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)|https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0083] > * [.NET Core and .NET 5 official support policy > (microsoft.com)|https://dotnet.microsoft.com/platform/support/policy/dotnet-core] > > -- This message was sent by Atlassian Jira (v8.3.4#803005)