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
We have 114 [Obsolete] attributes that link to https://go.microsoft.com/fwlink/?linkid=14202, which is no longer relevant or helpful. The obsolete APIs should either link to relevant documentation topics or they should not have links embedded in their messages.
While updating these, we can consider using the new UrlFormat property that ObsoleteAttribute offers.
AppDomain.SetDynamicBase and the methods at https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/AppDomain.cs#L214:L235 are marked as [Obsolete] with a warning of the form AppDomain.Foo has been deprecated. Please investigate the use of AppDomainSetup.Bar instead. https://go.microsoft.com/fwlink/?linkid=14202, but the corresponding property of AppDomainSetup does not exist, confusing developers that stumble upon these obsolete methods.
The text was updated successfully, but these errors were encountered:
We have 114
[Obsolete]
attributes that link to https://go.microsoft.com/fwlink/?linkid=14202, which is no longer relevant or helpful. The obsolete APIs should either link to relevant documentation topics or they should not have links embedded in their messages.While updating these, we can consider using the new
UrlFormat
property thatObsoleteAttribute
offers.Per #56677:
The text was updated successfully, but these errors were encountered: