From f188a558a432ecfe88d1538ef21253568a43f650 Mon Sep 17 00:00:00 2001 From: Jeremy Sinclair <4016293+snickler@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:58:48 -0400 Subject: [PATCH] Fix typo --- src/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.editorconfig b/src/.editorconfig index 683d265382..68812c52b9 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -114,7 +114,7 @@ dotnet_diagnostic.CA1309.severity = suggestion dotnet_diagnostic.CS1615.severity = none # CA1854: Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup -dotnet_diagnostic.CS1854.severity = suggestion +dotnet_diagnostic.CA1854.severity = suggestion # CA1860: Avoid using 'Enumerable.Any()' extension method dotnet_diagnostic.CA1860.severity = suggestion