Skip to content

Commit aab28df

Browse files
authored
Remove long polling breaking change (#26504)
1 parent d1f688a commit aab28df

File tree

5 files changed

+4
-80
lines changed

5 files changed

+4
-80
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246
"redirect_url": "/dotnet/core/compatibility/5.0",
247247
"redirect_document_id": true
248248
},
249+
{
250+
"source_path": "docs/core/compatibility/aspnet-core/6.0/blazor-long-polling-fallback.md",
251+
"redirect_url": "/dotnet/core/compatibility/6.0"
252+
},
249253
{
250254
"source_path": "docs/core/compatibility/code-analysis.md",
251255
"redirect_url": "/dotnet/core/compatibility/code-analysis/5.0/ca1416-platform-compatibility-analyzer"

docs/core/compatibility/6.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ If you're migrating an app to .NET 6, the breaking changes listed here might aff
2121
| [Blazor: Parameter name changed in RequestImageFileAsync method](aspnet-core/6.0/blazor-parameter-name-changed-in-method.md) | ✔️ || Preview 1 |
2222
| [Blazor: WebEventDescriptor.EventArgsType property replaced](aspnet-core/6.0/blazor-eventargstype-property-replaced.md) ||| |
2323
| [Blazor: Byte array interop](aspnet-core/6.0/byte-array-interop.md) | ✔️ || Preview 6 |
24-
| [Blazor server: Disable long polling fallback transport](aspnet-core/6.0/blazor-long-polling-fallback.md) | ✔️ || RC 1 |
2524
| [Changed MessagePack library in @microsoft/signalr-protocol-msgpack](aspnet-core/6.0/messagepack-library-change.md) || ✔️ | |
2625
| [ClientCertificate property doesn't trigger renegotiation for HttpSys](aspnet-core/6.0/clientcertificate-doesnt-trigger-renegotiation.md) | ✔️ || |
2726
| [Kestrel: Log message attributes changed](aspnet-core/6.0/kestrel-log-message-attributes-changed.md) | ✔️ || |

docs/core/compatibility/aspnet-core/6.0/blazor-long-polling-fallback.md

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

docs/core/compatibility/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ items:
3535
href: aspnet-core/6.0/blazor-eventargstype-property-replaced.md
3636
- name: "Blazor: Byte-array interop"
3737
href: aspnet-core/6.0/byte-array-interop.md
38-
- name: "Blazor server: Disable long-polling fallback"
39-
href: aspnet-core/6.0/blazor-long-polling-fallback.md
4038
- name: ClientCertificate doesn't trigger renegotiation
4139
href: aspnet-core/6.0/clientcertificate-doesnt-trigger-renegotiation.md
4240
- name: "Kestrel: Log message attributes changed"
@@ -463,8 +461,6 @@ items:
463461
href: aspnet-core/6.0/blazor-eventargstype-property-replaced.md
464462
- name: "Blazor: Byte-array interop"
465463
href: aspnet-core/6.0/byte-array-interop.md
466-
- name: "Blazor server: Disable long-polling fallback"
467-
href: aspnet-core/6.0/blazor-long-polling-fallback.md
468464
- name: ClientCertificate doesn't trigger renegotiation
469465
href: aspnet-core/6.0/clientcertificate-doesnt-trigger-renegotiation.md
470466
- name: "Kestrel: Log message attributes changed"

docs/whats-new/dotnet-docs-2021-08-01.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Welcome to what's new in the .NET docs from August 1, 2021 through August 31, 20
2424
- [OutputType not changed from Exe to WinExe for Windows Forms and WPF projects](../core/compatibility/sdk/6.0/outputtype-not-set-automatically.md)
2525
- [CA2018: The `count` argument to `Buffer.BlockCopy` should specify the number of bytes to copy](../fundamentals/code-analysis/quality-rules/ca2018.md)
2626
- [dotnet workload restore](../core/tools/dotnet-workload-restore.md)
27-
- [Blazor server: Disable long polling fallback transport](../core/compatibility/aspnet-core/6.0/blazor-long-polling-fallback.md)
2827
- [JsonNode no longer supports C# `dynamic` type](../core/compatibility/serialization/6.0/jsonnode-dynamic-type.md)
2928
- [Localization in .NET](../core/extensions/localization.md)
3029
- [Perform culture-insensitive case changes](../core/extensions/performing-culture-insensitive-case-changes.md)

0 commit comments

Comments
 (0)