RepoJournal
.NET

@dotnet

The .NET runtime, ASP.NET, and the C# tooling

Keep up with .NET in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: .NET Full archive →

The Wire · Showcase

SIGNALR CLOSES DUPLICATE STREAM HOLE

By RepoJournal · Filed · About .NET

A protocol-invalid duplicate stream ID could leave the displaced hub argument permanently unreachable, and now it's rejected immediately.

SignalR upload streams were registered with dictionary assignment, so a protocol-invalid duplicate stream ID replaced the active channel and could leave the displaced hub argument permanently unreachable [1]. The fix makes registration atomic and rejects an active duplicate immediately, while preserving valid multi-stream uploads and reuse after completion [1]. Meanwhile, ASP.NET Core tightened sign-in behavior: Identity UI and Blazor templates now honor all configured confirmation requirements after registration, so users requiring confirmed email or phone are redirected to registration confirmation instead of being signed in automatically [2]. This is a breaking change if you relied on automatic sign-in, but you can restore it by disabling the relevant requirements [2]. Over in Blazor, the new Components.AI client tool rendering layer adds browser-owned tool execution to the chat foundation and lights up the canonical Agentic Chat change_background action [3]. Roslyn adds a TypeLayout API to address issue 76928 [4], and avoids reordering by-ref locals to fix issue 84733 [5]. On the Android side, universal APK generation becomes incremental, and release assembly store compression jumps to maximum Zstandard level 22 for optimized builds [6][7]. The dotnet/dotnet repo pulls in codeflow updates from aspnetcore, nuget.client, vstest, and fsharp [8][9][10][11].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Reject duplicate SignalR upload stream IDs ↗ dotnet/aspnetcore
  2. [2] Honor all sign-in confirmation requirements after registration ↗ dotnet/aspnetcore
  3. [3] [Blazor] Add Components.AI client tool rendering ↗ dotnet/aspnetcore
  4. [4] Add TypeLayout API ↗ dotnet/roslyn
  5. [5] Avoid reordering by-ref locals ↗ dotnet/roslyn
  6. [6] [xabt] Make universal APK generation incremental (#12230) dotnet/android
  7. [7] [build] Increase release assembly store compression ↗ dotnet/android
  8. [8] [main] Source code updates from dotnet/aspnetcore ↗ dotnet/dotnet
  9. [9] [main] Source code updates from nuget/nuget.client ↗ dotnet/dotnet
  10. [10] [main] Source code updates from microsoft/vstest ↗ dotnet/dotnet
  11. [11] [main] Source code updates from dotnet/fsharp ↗ dotnet/dotnet

Quick answers

What shipped in .NET on August 20, 2026?
A protocol-invalid duplicate stream ID could leave the displaced hub argument permanently unreachable, and now it's rejected immediately. In total, 68 commits and 63 pull requests landed.
Who contributed to .NET on August 20, 2026?
12 developers shipped this update, including Ankita Khera, Jason Malinowski, hamarb123, jjonescz, javiercn, BrennanConroy, Copilot, and Youssef1313, and 4 more.
What were the notable .NET updates?
Reject duplicate SignalR upload stream IDs, Honor all sign-in confirmation requirements after registration, and [Blazor] Add Components.AI client tool rendering.

More from @dotnet

Daily updates, in your inbox

Follow .NET

Keep up with .NET in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?