-
Notifications
You must be signed in to change notification settings - Fork 6k
WebRequest deprecation #20310
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
WebRequest deprecation #20310
Conversation
|
||
### .NET Core 2.0 | ||
|
||
[!INCLUDE [behavior-change-webclient-cancelasync](../../../includes/core-changes/networking/2.0/behavior-change-webclient-cancelasync.md)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider merge behavior-change-webclient-cancelasync.md
chapter with behavior-change-webrequest-deprecate.md
includes/core-changes/networking/2.0/behavior-change-webrequest-deprecate.md
Outdated
Show resolved
Hide resolved
includes/core-changes/networking/2.0/behavior-change-webrequest-deprecate.md
Outdated
Show resolved
Hide resolved
includes/core-changes/networking/2.0/behavior-change-webrequest-deprecate.md
Outdated
Show resolved
Hide resolved
includes/core-changes/networking/2.0/behavior-change-webrequest-deprecate.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/3.1-5.0.md
Outdated
|
||
- [WinHttpHandler removed from .NET runtime](#winhttphandler-removed-from-net-runtime) | ||
- [MulticastOption.Group doesn't accept a null value](#multicastoptiongroup-doesnt-accept-a-null-value) | ||
- [WebRequest, WebClient and ServicePoint are deprecated](#webrequest-webclient-and-servicepoint-are-deprecated) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [WebRequest, WebClient and ServicePoint are deprecated](#webrequest-webclient-and-servicepoint-are-deprecated) | |
- [WebRequest, WebClient, and ServicePoint are deprecated](#webrequest-webclient-and-servicepoint-are-deprecated) |
includes/core-changes/networking/2.0/behavior-change-webrequest-deprecate.md
Outdated
Show resolved
Hide resolved
Please also add the include link to the networking category file: https://github.com/dotnet/docs/blob/master/docs/core/compatibility/networking.md |
Hi @aik-jahoda - is this still relevant or needed? This is still marked as a draft. |
17cd59b
to
17bd6db
Compare
@IEvangelist yep, it is still valid, I have retargeted it to .net 6. @karelz - this topic is important for people moving to .net 6, can you please take a look? The classes are deprecated .net 6 so we should push this forward. |
### Category | ||
Networking |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core libraries feels like a valid category too, but how the docs are organized doesn't allow multiple categories. Are there any criteria to prefer one over the other?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "Core .NET libraries" is for anything that doesn't fit in one of the other categories. So Networking is fine here.
Summary
Deprecation of WebRequest
Preview link
Part of dotnet/runtime#33125