Commit 8070679
authored
Fix loading of refonly assemblies for "classic" apps (#7094)
Fixes: #7091
Context: e1af958
e1af958 refactored a handful of `MonoImage` loading methods and
during that process, I mistakenly made reference-only assemblies
to be loaded in a "full" way which broke a number of BCL tests.
Fix the issue by making sure reference-only assemblies are really
loaded as such.1 parent 944f88a commit 8070679
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
0 commit comments