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

ROSLYN FIXES EDITOR SYNC, WPF TIGHTENS SECURITY

By RepoJournal · Filed · About .NET

Roslyn patched a critical textDocument notification handler that was dropping range information, breaking editor sync across the IDE.

The Roslyn team shipped a fix for textDocument/didChange notifications that weren't passing range data correctly [1], resolving a sync issue that could corrupt edits in real-time. This restores changes from an earlier PR with updated naming to match the 3.18 LSP spec [2]. On the security front, WPF added CodeQL suppression comments in ResourcesGenerator and UidManager after determining the flagged data flows were build-time only and sourced from trusted MSBuild inputs supplied by project files, not untrusted external sources [3]. The VMR continues its regular sync cycle with codeflow updates flowing from runtime into dotnet/dotnet [4] and from dotnet/dotnet into WPF [5], keeping the ecosystem locked in step. Across 3 repos this cycle: 4 commits, 4 PRs.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Handle textDocument/didChange notifications that don't pass across the range ↗ dotnet/roslyn
  2. [2] Handle textDocument/didChange notifications that don't pass across the range (#84714) dotnet/roslyn
  3. [3] Add CodeQL comments to clarify trusted input handling in ResourcesGen… ↗ dotnet/wpf
  4. [4] [main] Source code updates from dotnet/runtime ↗ dotnet/dotnet
  5. [5] [main] Source code updates from dotnet/dotnet ↗ dotnet/wpf

Quick answers

What shipped in .NET on August 3, 2026?
Roslyn patched a critical textDocument notification handler that was dropping range information, breaking editor sync across the IDE. In total, 4 commits and 4 pull requests landed.
Who contributed to .NET on August 3, 2026?
5 developers shipped this update, including dotnet-maestro, Galina Paskaleva, dotnet-maestro[bot], JoeRobich, and Larry Ewing.
What were the notable .NET updates?
Handle textDocument/didChange notifications that don't pass across the range, Handle textDocument/didChange notifications that don't pass across the range (#84714), and Add CodeQL comments to clarify trusted input handling in ResourcesGen….

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?