We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5482265 commit 9c943a2Copy full SHA for 9c943a2
IDisposableAnalyzers/build/IDisposableAnalyzers.targets
@@ -8,6 +8,9 @@
8
9
<ItemGroup Condition="'$(IncludeOwnershipAttributes)' == 'true'">
10
<Compile Include="$(OwnershipAttributesPath)" Visible="false" />
11
+
12
+ <!-- Workaround for https://github.com/dotnet/wpf/issues/810 -->
13
+ <_GeneratedCodeFiles Include="$(OwnershipAttributesPath)" Visible="false" Condition="'$(UseWPF)' == 'true'" />
14
</ItemGroup>
15
16
</Project>
0 commit comments