-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completely get rid of "refonly" from Mono (#47973)
* InternalGetAssemblyName can open the image !refonly Initially this was opening in refonly mode in order to be able to get the name of problematic assemblies. See d64b25a However that concept doesn't exist anymore in netcore mono. So open the image normally. * Get rid of MonoImage ref_only field * no refonly mono_domain_get_assemblies * no refonly arg to assembly search hooks * No refonly preload hook * No refonly assembly_loaded_internal * No refonly mono_error_set_simple_file_not_found * There's no GAC or shadow copying * Remove MonoAssembly in_gac field * remove unused var
- Loading branch information
1 parent
45287ed
commit 1fe9cbf
Showing
22 changed files
with
107 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.