Skip to content

Commit ab90082

Browse files
bart-vmwareTimHess
authored andcommitted
Add missing semicolon
1 parent 32752a3 commit ab90082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Disabled IDE analyzers for "Remove unused member" (IDE0051, IDE0052) because they currently don't "see" code added
1818
by source generators, resulting in false positives. See https://github.com/dotnet/roslyn/issues/75483.
1919
-->
20-
<NoWarn>$(NoWarn)IDE0051;IDE0052</NoWarn>
20+
<NoWarn>$(NoWarn);IDE0051;IDE0052</NoWarn>
2121
</PropertyGroup>
2222

2323
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

0 commit comments

Comments
 (0)