From 373a86467c64baf0d542ded25b299099be54cf4c Mon Sep 17 00:00:00 2001 From: Eric StJohn Date: Tue, 2 Jan 2024 18:02:13 -0800 Subject: [PATCH] Only use semi-colons for NoWarn (#6935) --- test/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Directory.Build.props b/test/Directory.Build.props index eefaafc559..196b98eacb 100644 --- a/test/Directory.Build.props +++ b/test/Directory.Build.props @@ -18,7 +18,7 @@ CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member' CS1712: Type parameter 'parameter' has no matching typeparam tag in the XML comment on 'Type_or_Member' (but other type parameters do) --> - $(NoWarn),1573,1591,1712 + $(NoWarn);1573;1591;1712