Skip to content

Commit f47d1c3

Browse files
authored
Merge pull request #35068 from dotnet/main
2 parents 281a6c8 + 292b741 commit f47d1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: aspnetcore/blazor/security/additional-scenarios.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ This article explains how to configure server-side Blazor for additional securit
2121

2222
:::moniker range=">= aspnetcore-8.0"
2323

24-
For Blazor Web Apps, guidance on how to pass tokens to Razor components should be [addressed in the documentation (`dotnet/AspNetCore.Docs` #31691)](https://github.com/dotnet/AspNetCore.Docs/issues/31691) in 2025 for a preview release of .NET 10.
24+
For Blazor Web Apps, guidance in this section on how to pass tokens to Razor components should be addressed by [Update section on passing tokens in Blazor Web Apps (`dotnet/AspNetCore.Docs` #31691)](https://github.com/dotnet/AspNetCore.Docs/issues/31691) in 2025.
2525

2626
For more information, see the following issues:
2727

28-
* [Access `AuthenticationStateProvider` in outgoing request middleware (`dotnet/aspnetcore` #52379)](https://github.com/dotnet/aspnetcore/issues/52379): This is the current issue to address passing tokens in Blazor Web Apps, currently scheduled for .NET 10 (late 2025).
28+
* [Access `AuthenticationStateProvider` in outgoing request middleware (`dotnet/aspnetcore` #52379)](https://github.com/dotnet/aspnetcore/issues/52379): This is the current issue to address passing tokens in Blazor Web Apps with framework features, which will probably be addressed for .NET 11 (late 2026).
2929
* [Problem providing Access Token to HttpClient in Interactive Server mode (`dotnet/aspnetcore` #52390)](https://github.com/dotnet/aspnetcore/issues/52390): This issue was closed as a duplicate of the preceding issue, but it contains helpful discussion and potential workaround strategies.
3030

3131
For Blazor Server, view the [7.0 version of this article section](xref:blazor/security/additional-scenarios?view=aspnetcore-7.0&preserve-view=true#pass-tokens-to-a-server-side-blazor-app).

Diff for: aspnetcore/diagnostics/asp0027.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ monikerRange: '>= aspnetcore-10.0'
77
ms.author: riande
88
uid: diagnostics/asp0027
99
---
10-
# ASP0027: Unnecessary `public Program` class declaration"
10+
# ASP0027: Unnecessary `public Program` class declaration
1111

1212
| | Value |
1313
| - | - |

0 commit comments

Comments
 (0)