You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref #18779
- We can get rid of Activator.CreateInstance in
`DictionaryContainer.GetStrongDictionary<T>` by passing a factory method
- For the cases where we need to use Activator.CreateInstance we need to
add `[DynamicallyAccessedMembers(...)]` to the type parameter
Once all identified work regarding ILLink+ILC trimming compatibility has been completed rooting the framework assembly should not be needed anymore.
This means that we should remove the following lines and verify there are no regression when we do so:
https://github.com/xamarin/xamarin-macios/blob/596304e281c64c737c6b7a0f97fea2b0706671ae/dotnet/targets/Xamarin.Shared.Sdk.targets#L1235-L1236
The text was updated successfully, but these errors were encountered: