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: martincostello/build-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: martincostello/build-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dotnet-vnext
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 14, 2026

  1. Update to .NET 11

    Update to .NET 11 with .NET SDK version 11.0.100-preview.1.26104.118.
    
    Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
    costellobot authored and martincostello committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    bbc32ae View commit details
    Browse the repository at this point in the history
  2. Fix build

    - Update suppression
    - Update leftover `net10.0` references.
    - Sort TFMs.
    martincostello committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    0e7a686 View commit details
    Browse the repository at this point in the history
  3. Update .NET SDK to 11.0.100-preview.2.26159.112 (#381)

    * Update to .NET 11
    
    Update to .NET 11 with .NET SDK version 11.0.100-preview.1.26104.118.
    
    Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
    
    * Fix build
    
    - Update suppression
    - Update leftover `net10.0` references.
    - Sort TFMs.
    
    * Fix build
    
    Update coverage threshold.
    
    * Update .NET SDK
    
    Update .NET SDK to version 11.0.100-preview.2.26159.112.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Sdk
      dependency-version: 11.0.100-preview.2.26159.112
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
    
    * Bump Microsoft.AspNetCore.Mvc.Testing from 11.0.0-preview.1.26104.118 to 11.0.0-preview.2.26159.112
    
    Bumps Microsoft.AspNetCore.Mvc.Testing from 11.0.0-preview.1.26104.118 to 11.0.0-preview.2.26159.112.
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Mvc.Testing
      dependency-version: 11.0.0-preview.2.26159.112
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
    
    * Fix missing newline
    
    Added missing newline at the end of the file.
    
    ---------
    
    Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com>
    Co-authored-by: martincostello <martin@martincostello.com>
    costellobot and martincostello committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    56c1a1f View commit details
    Browse the repository at this point in the history
  4. Avoid AoT linker warning

    Attempt to avoid compilation error when building native AoT container.
    martincostello committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    c9eacac View commit details
    Browse the repository at this point in the history
  5. Avoid AoT error

    Try a different workaround.
    martincostello committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    516758f View commit details
    Browse the repository at this point in the history
  6. Update to .NET 11 preview 3

    Update to preview 3 of .NET 11.
    martincostello authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    f9cc79f View commit details
    Browse the repository at this point in the history
Loading