Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix missing System.Diagnostics.StackTrace.StackTraceSymbols class (#1…
Browse files Browse the repository at this point in the history
…9368)

Add ILLinkTrim.xml to keep illink from removing it.

Issue #19319
  • Loading branch information
mikem8361 authored and Petermarcu committed May 4, 2017
1 parent 9ea817b commit af7d2ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/System.Diagnostics.StackTrace/src/ILLinkTrim.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<linker>
<assembly fullname="System.Diagnostics.StackTrace">
<!-- used by System.Private.CoreLib StackTrace code to load portable pdbs for the runtime diagnostic stack trace to get source/line info -->
<type fullname="System.Diagnostics.StackTraceSymbols" required="true" />
</assembly>
</linker>

0 comments on commit af7d2ae

Please sign in to comment.