We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d66d1 commit edcfcbfCopy full SHA for edcfcbf
1 file changed
src/JsonApiDotNetCore/Queries/Expressions/QueryExpressionRewriter.cs
@@ -2,6 +2,8 @@
2
using JetBrains.Annotations;
3
using JsonApiDotNetCore.Configuration;
4
5
+#pragma warning disable IDE0019 // Use pattern matching
6
+
7
namespace JsonApiDotNetCore.Queries.Expressions;
8
9
/// <summary>
0 commit comments