Skip to content

Instantly share code, notes, and snippets.

@richlander
Created April 14, 2026 23:42
Show Gist options
  • Select an option

  • Save richlander/c49aba0d66d814c76e27809342dd841d to your computer and use it in GitHub Desktop.

Select an option

Save richlander/c49aba0d66d814c76e27809342dd841d to your computer and use it in GitHub Desktop.
Clean .NET release verification report

.NET Release Verification Report

  • Date: 2026-04-14
  • Tool: release-notes 1.0.1
  • Command: dotnet run --project src/Dotnet.Release.Tools -- verify releases /Users/rich/git/core/release-notes --skip-hash
  • Exit code: 2

Summary

Version Latest release URLs checked CDN mismatches aka.ms mismatches Result
.NET 11.0 11.0.0-preview.3 82 0 44 Fail
.NET 10.0 10.0.5 85 3 45 Fail
.NET 9.0 9.0.15 58 0 0 Pass
.NET 8.0 8.0.26 58 0 0 Pass

Totals

  • URLs checked: 283
  • CDN latest.version mismatches: 3
  • aka.ms redirect mismatches: 89
  • Failed links in inventory below: 92

Findings

.NET 11.0

aka.ms/dotnet/11.0/... and aka.ms/dotnet/11.0.xx/... aliases redirect to Bing instead of the preview payload URLs in release metadata.

.NET 10.0

The 10.0 latest.version files and corresponding major-version aliases are ahead of the repo metadata:

  • SDK: CDN and aka.ms point to 10.0.202, while release metadata has 10.0.201
  • Runtime: CDN and aka.ms point to 10.0.6, while release metadata has 10.0.5
  • ASP.NET Core Runtime: CDN and aka.ms point to 10.0.6, while release metadata has 10.0.5

The 10.0.xx SDK aliases also redirect to Bing.

.NET 9.0 and .NET 8.0

No CDN or aka.ms mismatches were reported in the quick verification run.

Representative examples

Area Example
11.0 major-version alias aka.ms/dotnet/11.0/dotnet-sdk-linux-arm.tar.gz -> Bing instead of dotnet-sdk-11.0.100-preview.3.26207.106-linux-arm.tar.gz
11.0 feature-band alias aka.ms/dotnet/11.0.xx/dotnet-sdk-linux-x64.tar.gz -> Bing instead of dotnet-sdk-11.0.100-preview.3.26207.106-linux-x64.tar.gz
10.0 CDN drift SDK CDN 10.0.202 vs repo 10.0.201; Runtime/CDN 10.0.6 vs repo 10.0.5
10.0 feature-band alias aka.ms/dotnet/10.0.xx/dotnet-sdk-linux-x64.tar.gz -> Bing instead of dotnet-sdk-10.0.201-linux-x64.tar.gz

Complete clickable failed-link inventory

Every failed URL from the verification run is listed below as a direct markdown link.

.NET 11.0 aka.ms redirects (44 failed link(s))
.NET 10.0 CDN latest.version (3 failed link(s))
.NET 10.0 aka.ms redirects (45 failed link(s))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment