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

Adding a /r switch for crossgen to provide reference assemblies #23462

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

fadimounir
Copy link

Replacing the /Trusted_Platform_Assemblies switch with a simpler /r switch that can be used multiple times in the command line to provide a list of reference assemblies. Reference assemblies can now be passed as individual file entries instead of a giant string of semi-column separated entries.

…witch that can be used multiple times in the command line to provide a list of reference assemblies. Reference assemblies can now be passed as individual file entries instead of a giant string of semi-column separated entries.
@fadimounir fadimounir requested a review from jkotas March 26, 2019 18:38
@fadimounir
Copy link
Author

@jkotas PTAL

@fadimounir fadimounir merged commit 621a66c into dotnet:master Mar 27, 2019
@fadimounir fadimounir deleted the crossgenRefs branch May 9, 2019 17:51
@ezsilmar
Copy link

Hello!

I found out that this commit breaks perfcollect tool from corefx: https://github.com/dotnet/corefx-tools/blob/master/src/performance/perfcollect/perfcollect#L1464

The fix should be simple but requires some testing. I will work on it this week.

picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…witch that can be used multiple times in the command line to provide a list of reference assemblies. Reference assemblies can now be passed as individual file entries instead of a giant string of semi-column separated entries. (dotnet/coreclr#23462)

Commit migrated from dotnet/coreclr@621a66c
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants