Skip to content

Commit edcfcbf

Browse files
committed
Suppress IDE0019: Use pattern matching to avoid 'as' followed by a 'null' check
Applying the refactoring changes the order of execution
1 parent 68d66d1 commit edcfcbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JsonApiDotNetCore/Queries/Expressions/QueryExpressionRewriter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
using JetBrains.Annotations;
33
using JsonApiDotNetCore.Configuration;
44

5+
#pragma warning disable IDE0019 // Use pattern matching
6+
57
namespace JsonApiDotNetCore.Queries.Expressions;
68

79
/// <summary>

0 commit comments

Comments
 (0)