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
The warning for ObservableRecipient.IsActive when using trimming does not contain any actionable info, and only warns about potential performance loss. Which means, in 99% of cases, it will be immediately suppressed. The warning should be removed and the performance implications of trimming should be documented elsewhere.
Additionally, the AOT warning should be smarter. It shows up and tells you it is AOT safe if __IMessengerExtensions is not trimmed, however there is no obvious way for a developer to know that. The source generator should force it to be rooted by itself, and this warning should be removed.