Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@
"source_path_from_root": "/docs/core/compatibility/networking.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "docs/core/compatibility/networking/10.0/ssl-certificate-revocation-check-default.md",
"redirect_url": "/dotnet/core/compatibility/10.0"
},
{
"source_path_from_root": "/docs/core/compatibility/networking/7.0/connectasync-argumentexception.md",
"redirect_url": "/dotnet/core/compatibility/7.0"
Expand Down
1 change: 0 additions & 1 deletion docs/core/compatibility/10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
| Title | Type of change | Introduced version |
|-------|-------------------|--------------------|
| [HTTP/3 support disabled by default with PublishTrimmed](networking/10.0/http3-disabled-with-publishtrimmed.md) | Source incompatible | Preview 6 |
| [HttpClient/SslStream default certificate revocation check mode changed to Online](networking/10.0/ssl-certificate-revocation-check-default.md) | Behavioral change | Preview 6 |
| [Streaming HTTP responses enabled by default in browser HTTP clients](networking/10.0/default-http-streaming.md) | Behavioral change | Preview 3 |
| [`Uri` length limits removed](networking/10.0/uri-length-limits-removed.md) | Behavioral change | Preview 7 |

Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ items:
items:
- name: HTTP/3 support disabled by default with PublishTrimmed
href: networking/10.0/http3-disabled-with-publishtrimmed.md
- name: HttpClient/SslStream default certificate revocation check mode changed to Online
href: networking/10.0/ssl-certificate-revocation-check-default.md
- name: Streaming HTTP responses enabled by default in browser HTTP clients
href: networking/10.0/default-http-streaming.md
- name: "'Uri' length limits removed"
Expand Down
Loading