Skip to content

Commit

Permalink
Work around dotnet/wpf#1718 by not embedding untracked source
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Nov 20, 2019
1 parent cb51adc commit ad9baf9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
<WindowsAppContainer>false</WindowsAppContainer>

<EnableDefaultNoneItems>false</EnableDefaultNoneItems>

<!--
When markup compilation is involved, WPF generates .g.cs files via the GenerateTemporaryTargetAssembly task.
These do not always have the correct full-paths to their respective .xaml files annotated in them in the #line directives.
This can cause compile errors if these files are included in Source Link.
https://github.com/dotnet/wpf/issues/1718
-->
<EmbedUntrackedSources>false</EmbedUntrackedSources>
</PropertyGroup>

<!--
Expand Down

0 comments on commit ad9baf9

Please sign in to comment.