From 56ae541eafdb5b4d4e04cfcba07f75548dfd7cea Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 21 Aug 2025 23:19:27 +0200 Subject: [PATCH] Add missing semicolon --- shared.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared.props b/shared.props index 84124a78d7..a6473a3318 100644 --- a/shared.props +++ b/shared.props @@ -17,7 +17,7 @@ Disabled IDE analyzers for "Remove unused member" (IDE0051, IDE0052) because they currently don't "see" code added by source generators, resulting in false positives. See https://github.com/dotnet/roslyn/issues/75483. --> - $(NoWarn)IDE0051;IDE0052 + $(NoWarn);IDE0051;IDE0052