Uh oh!
There was an error while loading. Please reload this page.
Fix trimmability of various System.Runtime tests - #70329
Conversation
The reflection patterns couldn't be statically analyzed. Needed to unblock dotnet#70201. NativeAOT trims by default and CoreLib is marked trimmable.
ghost
commented
Jun 7, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ghost
commented
Jun 7, 2022
Tagging subscribers to this area: @dotnet/area-system-text-encoding Issue DetailsThe reflection patterns couldn't be statically analyzed. Needed to unblock #70201. NativeAOT trims by default and CoreLib is marked trimmable.
|
| private static Type GetAsciiUtilityType() | ||
| { | ||
| return typeof(object).Assembly.GetType("System.Text.ASCIIUtility"); | ||
| return Type.GetType("System.Text.ASCIIUtility"); |
There was a problem hiding this comment.
Add , System.Private.CoreLib to make the assembly name explicit?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The reflection patterns couldn't be statically analyzed.
Needed to unblock #70201. NativeAOT trims by default and CoreLib is marked trimmable.