From 194f53d9d5df444caa55ef93109b42a945c28cbb Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 11 Sep 2024 23:37:13 -0400 Subject: [PATCH] Document a warning suppression --- src/Tgstation.Server.Host/GraphQL/Query.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/GraphQL/Query.cs b/src/Tgstation.Server.Host/GraphQL/Query.cs index ddfa8e8477..ca9fed764f 100644 --- a/src/Tgstation.Server.Host/GraphQL/Query.cs +++ b/src/Tgstation.Server.Host/GraphQL/Query.cs @@ -1,4 +1,4 @@ -#pragma warning disable CA1724 +#pragma warning disable CA1724 // Dumb conflict with Microsoft.EntityFrameworkCore.Query namespace Tgstation.Server.Host.GraphQL {