97 wires and counting

$ follow .NET

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-02
stories 49

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

MAUI drops dedicated ListView test suite

By RepoJournal · Filed · About .NET

MAUI removed its dedicated ListView test bucket, signaling the legacy control's test coverage is being consolidated.

dotnet/maui removed the dedicated ListView test coverage, consolidating its unit, device, and UI tests into other suites [1]. The change follows the project's ongoing effort to streamline test infrastructure [2]. Meanwhile, dotnet/macios merged the net11.0 release branch into main, and vice versa, which typically signals release stabilisation work [3]. A separate macios PR removed an obsolete ReadyToRun output path workaround, fixing issue #25721 by no longer stripping directory components from `_ReadyToRunFilesToPublish` paths [4]. The dotnet/dotnet repo's maestro bot pulled in source updates from runtime, winforms, roslyn, arcade, and fsharp, which are routine codeflow merges [5][6][7][8][9]. Finally, dotnet/spark removed the obsolete DotNet-VSTS-Bot reference from its Arcade copy, cleaning up an expired PAT before a Key Vault secret removal [10].

Action items

References

  1. [1] Tests: remove dedicated ListView coverage ↗ dotnet/maui
  2. [2] Tests: remove dedicated ListView coverage (#37995) ↗ dotnet/maui
  3. [3] Merge 'net11.0' into 'main'. ↗ dotnet/macios
  4. [4] [dotnet] Remove obsolete R2R output path workaround. Fixes #25721. (#26489) ↗ dotnet/macios
  5. [5] [main] Source code updates from dotnet/runtime ↗ dotnet/dotnet
  6. [6] [main] Source code updates from dotnet/winforms ↗ dotnet/dotnet
  7. [7] [main] Source code updates from dotnet/roslyn ↗ dotnet/dotnet
  8. [8] [main] Source code updates from dotnet/arcade ↗ dotnet/dotnet
  9. [9] [main] Source code updates from dotnet/fsharp ↗ dotnet/dotnet
  10. [10] Remove obsolete DotNet-VSTS-Bot reference ↗ dotnet/spark

Quick answers

What shipped in .NET on September 2, 2026?
MAUI removed its dedicated ListView test bucket, signaling the legacy control's test coverage is being consolidated. In total, 25 commits and 24 pull requests landed.
Who contributed to .NET on September 2, 2026?
4 developers shipped this update, including kubaflo, dotnet-maestro, rolfbjarne, and Missy Messa.
What were the notable .NET updates?
Tests: remove dedicated ListView coverage, Tests: remove dedicated ListView coverage (#37995), and Merge 'net11.0' into 'main'.