We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32752a3 commit ab90082Copy full SHA for ab90082
shared.props
@@ -17,7 +17,7 @@
17
Disabled IDE analyzers for "Remove unused member" (IDE0051, IDE0052) because they currently don't "see" code added
18
by source generators, resulting in false positives. See https://github.com/dotnet/roslyn/issues/75483.
19
-->
20
- <NoWarn>$(NoWarn)IDE0051;IDE0052</NoWarn>
+ <NoWarn>$(NoWarn);IDE0051;IDE0052</NoWarn>
21
</PropertyGroup>
22
23
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
0 commit comments