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 fe1f350 commit a303a33Copy full SHA for a303a33
src/JsonApiDotNetCore/Queries/Internal/Parsing/Keywords.cs
@@ -1,6 +1,7 @@
1
using JetBrains.Annotations;
2
3
#pragma warning disable AV1008 // Class should not be static
4
+#pragma warning disable AV1010 // Member hides inherited member
5
6
namespace JsonApiDotNetCore.Queries.Internal.Parsing
7
{
0 commit comments