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 cb51adc commit ad9baf9Copy full SHA for ad9baf9
eng/targets/Settings.props
@@ -43,6 +43,14 @@
43
<WindowsAppContainer>false</WindowsAppContainer>
44
45
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
46
+
47
+ <!--
48
+ When markup compilation is involved, WPF generates .g.cs files via the GenerateTemporaryTargetAssembly task.
49
+ These do not always have the correct full-paths to their respective .xaml files annotated in them in the #line directives.
50
+ This can cause compile errors if these files are included in Source Link.
51
+ https://github.com/dotnet/wpf/issues/1718
52
+ -->
53
+ <EmbedUntrackedSources>false</EmbedUntrackedSources>
54
</PropertyGroup>
55
56
<!--
0 commit comments