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 CI SCANNER FIXED, MSBUILD ALIGNS TO .NET 10.0.10

By RepoJournal · Filed · About .NET

A critical MAUI CI pipeline flaw that could pass builds with unscanned device tests is now patched, while MSBuild runtime dependencies ship their first 10.0.10 servicing bump.

The net11 CI failure scanner in MAUI had a dangerous regression: it could exit early after the maui-pr stage and leave device and UI pipelines completely unscanned, yet still report green [1]. That fix is now merged. Meanwhile across the ecosystem, MSBuild has bumped 14 runtime packages to version 10.0.10 [2], aligning with the latest servicing release so app-local framework assemblies resolve to what's actually deployed. The dotnet/dotnet repo is in continuous codeflow sync, pulling updates from fsharp, arcade, aspnetcore, and runtime [3][4][5][6]. On the tooling front, dotnet/skills shipped a new scaffolding skill that enforces ASP.NET Core best practices with Entity Framework, stopping copilot from initializing databases in Program.cs instead of using migrations [7]. A shell quoting regression in MSBuild's build script that broke custom build parameters has also been fixed [8].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Harden net11 CI scanner coverage and issue metadata ↗ dotnet/maui
  2. [2] Bump .NET runtime packages to 10.0.10 ↗ dotnet/msbuild
  3. [3] [main] Source code updates from dotnet/fsharp ↗ dotnet/dotnet
  4. [4] [main] Source code updates from dotnet/arcade ↗ dotnet/dotnet
  5. [5] [main] Source code updates from dotnet/aspnetcore ↗ dotnet/dotnet
  6. [6] [main] Source code updates from dotnet/runtime ↗ dotnet/dotnet
  7. [7] adding scaffolding skill and test ↗ dotnet/skills
  8. [8] Fix quoting in eng/build.sh (#14506) dotnet/msbuild

Quick answers

What shipped in .NET on July 29, 2026?
A critical MAUI CI pipeline flaw that could pass builds with unscanned device tests is now patched, while MSBuild runtime dependencies ship their first 10.0.10 servicing bump. In total, 20 commits, 20 pull requests, and 1 releases landed.
Who contributed to .NET on July 29, 2026?
8 developers shipped this update, including Shane Neuville, ViktorHofer, dotnet-maestro, sayedihashimi, github-actions[bot], Aleš Prokop, omajid, and github-actions.
What were the notable .NET updates?
Harden net11 CI scanner coverage and issue metadata, Bump .NET runtime packages to 10.0.10, and [main] Source code updates from dotnet/fsharp.

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?