We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65deefd commit 509b24bCopy full SHA for 509b24b
TunnelVisionLabs.ReferenceAssemblyAnnotator/TunnelVisionLabs.ReferenceAssemblyAnnotator.targets
@@ -16,6 +16,9 @@
16
<ItemGroup Condition="'$(GenerateNullableAttributes)' == 'true' AND Exists($(NullableAttributesPath))">
17
<Compile Include="$(NullableAttributesPath)" Visible="false" />
18
19
+ <!-- Workaround for https://github.com/dotnet/wpf/issues/810 -->
20
+ <_GeneratedCodeFiles Include="$(NullableAttributesPath)" Visible="false" Condition="'$(UseWPF)' == 'true'" />
21
+
22
<!-- Make sure the source file is embedded in PDB to support Source Link -->
23
<EmbeddedFiles Condition="'$(DebugType)' != 'none'" Include="$(NullableAttributesPath)" />
24
</ItemGroup>
0 commit comments