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
@jeffhandley: WPF has some uses of WebRequest and HttpWebRequest that will be very difficult to remove. Is it possible for WPF to continue using them or will they stop working for .NET 6.0?
@singhashish-wpf: Let's defer the WebRequest and HttpWebRequest replacements to .NET 7.0. Please leave the existing suppression for SYSLIB0014 in place.
WPF is using obsolete APIs. These need to be replaced for 6.0.
WebRequest.WebRequest()
WebRequest.Create(Uri)
Uri.EscapeUriString(string)
The text was updated successfully, but these errors were encountered: