Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 840ea139a6
Choose a base ref
...
head repository: dotnet/dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 491bbab262
Choose a head ref
  • 12 commits
  • 1,111 files changed
  • 5 contributors

Commits on Mar 21, 2026

  1. .NET 11.0.100-preview.3.26170.106 Updates

    dotnet-maestro[bot] authored and Ubuntu committed Mar 21, 2026
    Configuration menu
    Copy the full SHA
    5852d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86ad7e View commit details
    Browse the repository at this point in the history
  3. Set RequiresDelayedBuild=true for LinkabilityChecker.csproj

    Something changed in the build ordering so that LinkabilityChecker runs before the actual assemblies are built.
    This seems like a longstanding problem that just wasn't noticed before, setting RequiresDelayedBuild enforces LinkabilityChecker builds after the shared framework.
    akoeplinger committed Mar 21, 2026
    Configuration menu
    Copy the full SHA
    a13417d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d610801 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2026

  1. Fix LinkabilityChecker build ordering via Arcade BuildStep

    LinkabilityChecker's delayed build depends on trimmable project outputs,
    but Arcade's batch-based build system (not solution graph) provides no
    ordering guarantee within the same BuildStep. All managed projects,
    including BuildAfterTargetingPack, were in BuildStep='managed' and built
    in parallel — a nondeterministic scheduling change in the new SDK caused
    LinkabilityChecker to run before its dependencies were built (IL1032).
    
    Move BuildAfterTargetingPack to BuildStep='post-managed' in Build.props
    so Arcade's target batching guarantees all managed projects complete
    before delayed builds (like LinkabilityChecker) start.
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    lewing and Copilot committed Mar 22, 2026
    Configuration menu
    Copy the full SHA
    29be5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c6d26d View commit details
    Browse the repository at this point in the history
  3. [main] Source code updates from dotnet/runtime (#5588)

    [main] Source code updates from dotnet/runtime
    dotnet-maestro[bot] authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    74c3eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c15a55e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    fcc3bc5 View commit details
    Browse the repository at this point in the history
  2. [main] Source code updates from dotnet/sdk (#5556)

    [main] Source code updates from dotnet/sdk
    dotnet-maestro[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    bebe99a View commit details
    Browse the repository at this point in the history
  3. [main] Source code updates from dotnet/runtime (#5629)

    [main] Source code updates from dotnet/runtime
    dotnet-maestro[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    7c48c5b View commit details
    Browse the repository at this point in the history
  4. [main] Source code updates from dotnet/aspnetcore (#5628)

    [main] Source code updates from dotnet/aspnetcore
    dotnet-maestro[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    491bbab View commit details
    Browse the repository at this point in the history
Loading