Skip to content

Commit

Permalink
Only use semi-colons for NoWarn (#6935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericstj authored Jan 3, 2024
1 parent f625080 commit 373a864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -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>$(NoWarn),1573,1591,1712</NoWarn>
<NoWarn>$(NoWarn);1573;1591;1712</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 373a864

Please sign in to comment.