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

RUNTIME JITS AWAY XML SERIALIZER DEPENDENCY, ORLEANS DOCS RESCUE MISSION CONTINUES

By RepoJournal · Filed · About .NET

The .NET runtime shed a test dependency on XML serialization while Orleans spent the day restoring critical guidance that vanished in a recent docs overhaul.

Andy Ayers landed a surgical refactor of a JIT test that removes its reliance on the XML serializer, keeping the original bug detection intact [1]. Meanwhile, the runtime team fixed build breakage on haiku and illumos x64 platforms [2] and patched a stackwalking bug in the compact DAC discovered during internal diagnostics [3], the kind of low-level fix that saves hours of production debugging later. On the Orleans side, Reuben Bond shipped a hardened DynamoDB transactional storage layer that now requires a successful reload after failed stores and adds partition-scoped diagnostics without exposing sensitive payloads [4], tightening what was a safety gap. The team also restored four major doc guides that got lost in a modernization pass: grain call filter patterns with compiled examples [5], DelayDeactivation timing semantics [6], the bare-bones Hello World quickstart [7], and custom placement strategies [8]. Across both repos, 17 commits and 17 PRs shipped in the last 24 hours.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] JIT: rewrite Runtime_131713 without the XML serializer ↗ dotnet/runtime
  2. [2] Fix haiku and illumos x64 builds ↗ dotnet/runtime
  3. [3] [cDAC] Fix x86 stackwalking bug ↗ dotnet/runtime
  4. [4] fix(dynamodb): harden transactional storage conflicts ↗ dotnet/orleans
  5. [5] docs: restore safe grain call filter examples ↗ dotnet/orleans
  6. [6] docs: restore activation delay semantics (#10359) dotnet/orleans
  7. [7] docs: restore Orleans Hello World onboarding ↗ dotnet/orleans
  8. [8] docs: restore custom placement examples (#10369) dotnet/orleans

Quick answers

What shipped in .NET on August 9, 2026?
The .NET runtime shed a test dependency on XML serialization while Orleans spent the day restoring critical guidance that vanished in a recent docs overhaul. In total, 17 commits and 17 pull requests landed.
Who contributed to .NET on August 9, 2026?
4 developers shipped this update, including AndyAyersMS, am11, rcj1, and ReubenBond.
What were the notable .NET updates?
JIT: rewrite Runtime_131713 without the XML serializer, Fix haiku and illumos x64 builds, and [cDAC] Fix x86 stackwalking bug.

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?