$ 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
- → Review MAUI tests that referenced ListView to ensure coverage moves to the right place dotnet/maui [monitor]
- → Monitor the macios net11.0 branch for any breaking merge conflicts dotnet/macios [monitor]
References
- [1] Tests: remove dedicated ListView coverage ↗ dotnet/maui
- [2] Tests: remove dedicated ListView coverage (#37995) ↗ dotnet/maui
- [3] Merge 'net11.0' into 'main'. ↗ dotnet/macios
- [4] [dotnet] Remove obsolete R2R output path workaround. Fixes #25721. (#26489) ↗ dotnet/macios
- [5] [main] Source code updates from dotnet/runtime ↗ dotnet/dotnet
- [6] [main] Source code updates from dotnet/winforms ↗ dotnet/dotnet
- [7] [main] Source code updates from dotnet/roslyn ↗ dotnet/dotnet
- [8] [main] Source code updates from dotnet/arcade ↗ dotnet/dotnet
- [9] [main] Source code updates from dotnet/fsharp ↗ dotnet/dotnet
- [10] Remove obsolete DotNet-VSTS-Bot reference ↗ dotnet/spark