Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider replacing uses of WebRequest with HttpClient #1936

Closed
glopesdev opened this issue Jul 23, 2024 · 0 comments · Fixed by #1937
Closed

Consider replacing uses of WebRequest with HttpClient #1936

glopesdev opened this issue Jul 23, 2024 · 0 comments · Fixed by #1937
Labels
proposal Request for a new feature
Milestone

Comments

@glopesdev
Copy link
Member

glopesdev commented Jul 23, 2024

The WebRequest APIs have been marked as obsolete from .NET 6.0 onwards. They are currently used in only two places in the code base (in PackageViewController and DocumentationHelper). Some loose guidelines for replacing these deprecated APIs may be found in the references below:

@glopesdev glopesdev added the proposal Request for a new feature label Jul 23, 2024
@glopesdev glopesdev added this to the 2.9 milestone Jul 23, 2024
@glopesdev glopesdev changed the title Replace uses of WebRequest with HttpClient Consider replacing uses of WebRequest with HttpClient Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant