Skip to content

Commit 175e090

Browse files
authored
Remove SSL certificate breaking change article (#48459)
1 parent 79c0d3f commit 175e090

File tree

4 files changed

+4
-95
lines changed

4 files changed

+4
-95
lines changed

.openpublishing.redirection.core.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
"source_path_from_root": "/docs/core/compatibility/networking.md",
180180
"redirect_url": "/dotnet/core/compatibility/3.0"
181181
},
182+
{
183+
"source_path_from_root": "/docs/core/compatibility/networking/10.0/ssl-certificate-revocation-check-default.md",
184+
"redirect_url": "/dotnet/core/compatibility/10.0"
185+
},
182186
{
183187
"source_path_from_root": "/docs/core/compatibility/networking/7.0/connectasync-argumentexception.md",
184188
"redirect_url": "/dotnet/core/compatibility/7.0"

docs/core/compatibility/10.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ If you're migrating an app to .NET 10, the breaking changes listed here might af
9797
| Title | Type of change | Introduced version |
9898
|-------|-------------------|--------------------|
9999
| [HTTP/3 support disabled by default with PublishTrimmed](networking/10.0/http3-disabled-with-publishtrimmed.md) | Source incompatible | Preview 6 |
100-
| [HttpClient/SslStream default certificate revocation check mode changed to Online](networking/10.0/ssl-certificate-revocation-check-default.md) | Behavioral change | Preview 6 |
101100
| [Streaming HTTP responses enabled by default in browser HTTP clients](networking/10.0/default-http-streaming.md) | Behavioral change | Preview 3 |
102101
| [`Uri` length limits removed](networking/10.0/uri-length-limits-removed.md) | Behavioral change | Preview 7 |
103102

docs/core/compatibility/networking/10.0/ssl-certificate-revocation-check-default.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

docs/core/compatibility/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ items:
106106
items:
107107
- name: HTTP/3 support disabled by default with PublishTrimmed
108108
href: networking/10.0/http3-disabled-with-publishtrimmed.md
109-
- name: HttpClient/SslStream default certificate revocation check mode changed to Online
110-
href: networking/10.0/ssl-certificate-revocation-check-default.md
111109
- name: Streaming HTTP responses enabled by default in browser HTTP clients
112110
href: networking/10.0/default-http-streaming.md
113111
- name: "'Uri' length limits removed"

0 commit comments

Comments
 (0)