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.
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.
| - [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.
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.
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