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

MAUI GETS INTELLIGENT CI FAILURE TRIAGE, DOTNET REVERTS ASPNETCORE TOOL CRASH

By RepoJournal · Filed · About .NET

MAUI's CI pipeline now auto-classifies test failures with agentic workflows, while the main dotnet repo rolled back an aggregation that broke ILC compilation on Windows.

MAUI shipped three connected CI improvements overnight that turn flaky test diagnosis from manual labor into automated triage [1][2][3]. The `/review tests` command classifies PR failures as likely self-inflicted, unrelated infrastructure issues, or needing human judgment, while `/review rerun` deterministically reruns specific failures without guessing [4]. This cuts through MAUI's notorious test noise and gets PRs unstuck faster. Simultaneously, dotnet/dotnet reverted the ASP.NET Core tool aggregation that shipped yesterday after discovering it locks source files during ILC compilation on Windows, breaking every official and PR build on main [8]. The android team continued their cleanup sprint: dropping dead build gates after inlining android-platform-support [5], removing unused protobuf-net references [6], and axing a misspelled exception class that was never thrown [7]. Orleans landed three separate IMeterFactory migrations to scope instrumentation properly through dependency injection instead of static globals [9][10][11], tightening observability across messaging, journaling, and Azure storage metrics.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add CI failure scanner gh-aw workflow (#35734) dotnet/maui
  2. [2] Add /review tests failure review workflow ↗ dotnet/maui
  3. [3] Add gh-aw rerun review scanner ↗ dotnet/maui
  4. [4] Add gh-aw rerun review scanner (#35685) dotnet/maui
  5. [5] [build] Drop always-true _HasCommercialFiles / _AndroidFastDeploymentSupported gates (#11576) dotnet/android
  6. [6] [build] Drop unused protobuf-net references from Mono.AndroidTools (#11592) dotnet/android
  7. [7] [Mono.AndroidTools] Remove obsolete misspelled `IncompatibleCpuAbiExceptiopn` (#11597) dotnet/android
  8. [8] Revert "Aggregate ASP.NET Core tool executables (#7020)" ↗ dotnet/dotnet
  9. [9] chore: use IMeterFactory for MessagingProcessingInstruments ↗ dotnet/orleans
  10. [10] chore: use IMeterFactory for JournalingInstruments ↗ dotnet/orleans
  11. [11] chore: use IMeterFactory for AzureBlobJournalStorageInstruments ↗ dotnet/orleans

Quick answers

What shipped in .NET on June 8, 2026?
MAUI's CI pipeline now auto-classifies test failures with agentic workflows, while the main dotnet repo rolled back an aggregation that broke ILC compilation on Windows. In total, 25 commits and 22 pull requests landed.
Who contributed to .NET on June 8, 2026?
3 developers shipped this update, including kubaflo, lewing, and Meir017.
What were the notable .NET updates?
Add CI failure scanner gh-aw workflow (#35734), Add /review tests failure review workflow, and Add gh-aw rerun review scanner.

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?