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
When code wants to suppress a linker warning, for example when the author is certain it is safe, they can add an UnconditionalSuppressMessageAttribute. We should support this new attribute in the linker.
When code wants to suppress a linker warning, for example when the author is certain it is safe, they can add an
UnconditionalSuppressMessageAttribute. We should support this new attribute in the linker.See dotnet/runtime#35339 for the discussion.