Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java.Interop] use
Type.GetType()
for `Java.Interop.MarshalMemberBu…
…ilder` Context: dotnet#1184 (comment) Previously we were using `Assembly.Load()` and `Assembly.GetType()`, which require us to ignore various trimmer warnings. If we use `Type.GetType()` with a constant string instead, the trimmer knows how to handle this properly. (The code is also simpler.)
- Loading branch information