Skip to content

Commit

Permalink
Apply workaround for linker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
captainsafia committed Sep 12, 2024
1 parent caae312 commit 7019eda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/testing/linker/ILLink.Descriptors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<linker>
<assembly fullname="System.Private.CoreLib">
<type fullname="System.Array" />
</assembly>
</linker>
2 changes: 2 additions & 0 deletions eng/testing/linker/trimmingTests.targets
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
<Copy SourceFiles="$(_projectSourceFile);
@(_additionalProjectSourceFiles)"
DestinationFolder="$(_projectDir)" />
<Copy SourceFiles="$(MSBuildThisFileDirectory)ILLink.Descriptors.xml"
DestinationFolder="$(_projectDir)" />
<Message Text="Generated $(_projectFile)" />
</Target>

Expand Down

0 comments on commit 7019eda

Please sign in to comment.