1
0
mirror of synced 2026-02-03 09:00:12 -05:00
Commit Graph

4720 Commits

Author SHA1 Message Date
Rahul Bhandari
28fa1c2fce Update Visual Studio version to 17.14.25 in releases.json (#10217)
* Update Visual Studio version to 17.14.25 in releases.json

* Update vs-version to 17.14.25 in release.json
2026-01-23 12:03:52 -08:00
Rahul Bhandari
c99e121d0c Update releases-index.json (#10216) 2026-01-20 13:38:17 -08:00
Rahul Bhandari
8c5f145fd7 Update latest SDK version to 9.0.310 (#10215) 2026-01-20 09:33:43 -08:00
Rahul Bhandari
4906c85d22 Artifacts for .NET 9.0.310 SDK Release (#10214)
* Artifacts for .NET 9.0.310 SDK Release

* Update release.json

* Update 9.0.310.md

* Update release-notes/9.0/9.0.12/9.0.310.md

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

* Update releases.json

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2026-01-20 09:25:55 -08:00
Marc Paine
6a389d2680 Revise .NET 10 SDK known issues and workarounds (#10201)
* Revise .NET 10 SDK known issues and workarounds

Added known issues for the SDK around dotnet --info formatting and package manager updates impacting workloads.

* Update release-notes/10.0/known-issues.md

Co-authored-by: Andy Zivkovic <zivkan@users.noreply.github.com>

* Revise known issues for .NET 10 release notes

Updated known issues for .NET 10, including workarounds and resolutions for various problems encountered during installation and usage.

* More linter fixes

---------

Co-authored-by: Andy Zivkovic <zivkan@users.noreply.github.com>
2026-01-14 13:58:18 -08:00
Rahul Bhandari
6b9899f4ff fixing jsons mistaches (#10209) 2026-01-13 18:47:21 -08:00
Rahul Bhandari
c8bb91f686 correcting hashes for runtime for all jsons (#10207)
* correcting hashes for runtime for all jsons

* fixing runtimes

* fixing 8.0 aspnet
2026-01-13 18:03:05 -08:00
Rahul Bhandari
72fa081701 Updating hashes for aspnetcore and windowsdesktop in jsons (#10206) 2026-01-13 17:11:24 -08:00
Rahul Bhandari
bab04d8be0 fixing hashes in jsons for Jan 2026 releases (#10205) 2026-01-13 14:58:24 -08:00
Rahul Bhandari
5c661ad3eb Artifacts for .NET Jan 2026 non security releases (#10203)
* Artifacts for .NET Jan 2026 non security releases

* Update 10.0.2.md

* Update feedback issue link in release notes

* Update 8.0.23.md
v9.0.12 v8.0.23 v10.0.2
2026-01-13 11:52:30 -08:00
Rahul Bhandari
a8f33ad609 Add README for .NET 11 release notes (#10199) 2026-01-05 08:45:09 -08:00
Jamshed Damkewala
41c030bcfa Adding TuxCare as a commerial support provider (#10191)
* Adding TuxCare as a commerial support provider

* Update support.md
2025-12-09 15:03:24 -08:00
Jamshed Damkewala
b1be034220 Adding new partners (#10190) 2025-12-09 14:44:59 -08:00
Jesper Noordsij
98543f010a Mark .NET 10.0 support as Active (#10189)
* Mark .NET 10.0 support as Active

* Mark .NET 10.0 support as Active
2025-12-09 12:47:25 -08:00
Rahul Bhandari
68f06e8177 Artifacts for .NET December Servicing Release (#10187)
* Artifacts for .NET December Servicing Release

* Update 10.0.1.md
v10.0.1
2025-12-09 10:32:50 -08:00
Chet Husk
9bfd906c0d Editorial pass over the dotnet.config file removal (#10170)
* Editorial pass over the dotnet.config file removal

* Update known-issues.md

Fix markdown linting error.

* Remove newlines that fail linting validation
2025-12-08 13:34:48 -06:00
Rich Lander
a70c3a1248 Linux Support and Package Updates (#10183)
* Update os-packages.json with current Linux distros

Add and update package information for supported Linux distributions:
- Alpine 3.21, 3.22
- Azure Linux 3.0
- CentOS Stream 8, 9, 10
- Debian 12, 13
- Fedora 42, 43
- openSUSE Leap 15.6, 16.0
- RHEL 8, 9, 10
- SLES 15.6, 15.7, 16.0
- Ubuntu 22.04, 24.04, 25.10, 26.04

Also add test-os-packages.sh script to validate package names
via Docker containers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add os-packages.json for .NET 8 and update .NET 9

Add package information for supported Linux distributions:
- Alpine 3.20, 3.21, 3.22
- Azure Linux 3.0
- CentOS Stream 8, 9, 10
- Debian 12, 13
- Fedora 41, 42, 43
- openSUSE Leap 15.6, 16.0
- RHEL 8, 9, 10
- SLES 15.6, 15.7, 16.0
- Ubuntu 22.04, 24.04, 25.10, 26.04

Also add test-os-packages.sh script to validate package names.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Add RHEL 8 to .NET 10 supported-os.json

Fixes https://github.com/dotnet/core/issues/10169

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Update supported-os and os-packages markdown files

Update last-updated dates and regenerate markdown from JSON.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Update linux.md dependencies and packages

- Remove .NET 6 (out of support), add .NET 10
- Update .NET 8 link to os-packages.md
- Add Azure Linux to packages list

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Regenerate os-packages markdown files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Sort os-packages.json distros alphabetically and versions descending

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* Update markdown with new sort

* Remove date-only changes from .NET 8 and 9 supported-os files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 10:32:57 -08:00
Copilot
252768fb00 Disable JSON_PRETTIER validation in super-linter (#10186)
* Initial plan

* Disable JSON_PRETTIER validation in super-linter

Users experiencing JSON_PRETTIER errors during CI runs. Similar to how
VALIDATE_MARKDOWN_PRETTIER is already disabled, this disables JSON prettier
formatting checks while keeping JSON syntax validation active.

This allows contributors to focus on documentation content rather than
strict formatting requirements. JSON syntax validation remains active to
catch actual errors.

Fixes issues seen in:
- https://github.com/dotnet/core/actions/runs/20015768377
- https://github.com/dotnet/core/actions/runs/19512527950
- https://github.com/dotnet/core/actions/runs/19270296751

Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>
2025-12-07 21:33:41 -08:00
Adeel Mujahid
7bf9146a2e Correct name to 'SUSE Linux Enterprise' (#10176)
* Correct name to 'SUSE Linux Enterprise'

* Find & replace all instances

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2025-12-07 19:07:17 -08:00
Pranav Senthilnathan
bbe69a494d API Diff .NET 9.0 -> 10.0 (#10147)
* API Diff .NET 9.0 -> 10.0

* Remove System.Threading.AccessControl from notes

* Move files up one level
2025-12-02 15:35:35 -08:00
Pranav Senthilnathan
ca43c12503 Fix markdown link for SDK version 8.0.21 (#10180) 2025-12-02 13:45:54 -08:00
David Cantú
772e85d257 API Diff .NET 10.0 RC1 -> RC2 (#10138) 2025-12-02 07:49:44 -08:00
Maira Wenzel
e646c4b59b Remove outdated note and added support period for .NET 10 (#10172)
Updated the support duration for .NET 10 to specify three years from November 11, 2025 to November 14, 2028.
2025-11-20 14:59:25 -08:00
Maira Wenzel
c1a034220a Fix issue link in release notes for version 8.0.22 (#10173) 2025-11-20 14:59:16 -08:00
Copilot
2748361c94 Document Debian 13 TAR header warnings in .NET 10.0 known issues (#10171)
* Initial plan

* Add Debian 13 TAR header warning to 10.0 known issues

Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
2025-11-20 13:27:13 -08:00
Rich Lander
1e94165705 Add support for Fedora 43 (#10168) 2025-11-19 12:29:31 -08:00
Rich Lander
781b0024d2 Add macOS 14 back (#10167) 2025-11-19 11:21:42 -08:00
victorisr
24a83fcc18 dotnet 9.0.308 SDK only updates (#10166) 2025-11-19 10:41:13 -08:00
Hayden Barnes
646a2c858e Add HeroDevs to .NET Security Group Members List (#10165) 2025-11-19 09:00:07 -08:00
Pranav Senthilnathan
75cd0d228e API Diff .NET 10.0 RC2 -> 10.0 GA (#10148)
* API Diff .NET 10.0 RC2 -> 10.0 GA

* Fix formatting for markdown linter

* Update release-notes/10.0/preview/ga/api-diff/Microsoft.WindowsDesktop.App/10.0-ga.md

Co-authored-by: Eric StJohn <ericstj@microsoft.com>

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
2025-11-14 15:00:49 -08:00
Vikram Siram
712e32ba92 Moved .NET 10 OS support entry from preview to supported (#10161)
* Moved .NET 10 OS support entry from preview to supported

* Apply suggestion from @richlander

---------

Co-authored-by: Rich Lander <2608468+richlander@users.noreply.github.com>
2025-11-13 16:01:58 -05:00
Rainer Sigwald
e2b708c0a2 9.0 Known Issue for MSBuild failure in 9.0.307 (#10159)
Tracking issue is https://github.com/dotnet/msbuild/issues/12751.
2025-11-13 09:12:28 -08:00
victorisr
0e06b3b745 Update feedback link (#10156) v9.0.11 v8.0.22 v10.0.0 2025-11-11 07:27:08 -08:00
Jon Galloway
6e9706ec0b Add .NET 10.0.0 release notes (#10145)
* Add .NET 10.0.0 release notes and update markdown link-check config

- Add complete release notes for .NET 10.0.0 (release-notes/10.0/10.0.0/):
  README.md, 10.0.0.md and per-area pages (aspnetcore, csharp, dotnetmaui,
  efcoreanddata, fsharp, libraries, runtime, sdk, winforms, wpf)
- Update .github/workflows/markdown-link-check-config.json ignore patterns/formatting

* Delete release-notes/10.0/10.0.0/10.0.0.md

* Add F# 10 documentation link to release notes for .NET 10

* Update README.md for .NET 10 release notes

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
2025-11-11 07:25:29 -08:00
Tore
4747bd28c4 Update NET 9.0 EOL Date (#10154)
Correct date that forgotten in the original PR:
https://github.com/dotnet/core/pull/10123
2025-11-11 06:55:37 -08:00
victorisr
484b00682d November Servicing & .NET 10GA Updates (#10153)
* November Servicing & .NET 10GA Updates

* Create cve.md

---------

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-11-11 06:18:10 -08:00
Copilot
2f99245298 Document macOS PKG installer createdump executable bit regression (#10149)
* Initial plan

* Add known issue for macOS createdump missing executable bit

Co-authored-by: hoyosjs <19413848+hoyosjs@users.noreply.github.com>

* Apply suggestion from @hoyosjs

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hoyosjs <19413848+hoyosjs@users.noreply.github.com>
2025-11-05 15:33:02 -08:00
David Cantú
0e13314745 ApiDiff.ps: allow exact versions, allow arbitrary feeds, and use az cli for auth if needed (#10139)
* Add exact version lookup for ApiDiff.ps1

* Allow passing arbitrary NuGet feeds

* Use az cli for auth if needed

* Split NuGetFeed into two for previous and current

* Support auth also on version search path

* Address feedback ExactVersion -> Version
2025-11-04 14:12:45 -08:00
Tarek Mahmoud Sayed
c5b6ce7a5b Add .NET 10 Known Configuration Issue (#10146)
* Add .Net 10 Known Configuration Issue

* small tweak

* Update release-notes/10.0/known-issues.md

Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>

* Fix formatting errors

---------

Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
2025-11-03 16:23:03 -08:00
Chet Husk
01433869c3 Update .NET TaskHost docs with some more caveats (#10127)
* Update .NET TaskHost docs with some more caveats

* Fix markdown formatting in .NET 10 RC2 SDK release notes

* Update release-notes/10.0/preview/rc2/sdk.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-02 01:16:36 -07:00
Rich Lander
2be74c9b16 Updated Supported OSes (#10137)
* Update OSes

* Update supported OS json and markdown

* Format JSON with prettier

* Change how x86 is described for Windows

* Change how x86 is described for Windows

* Update Alpine support for 9.0

---------

Co-authored-by: Kraemer, Benjamin <benjamin.kraemer@alien-scripts.de>
2025-10-28 19:37:10 -07:00
Jon Galloway
fec14dad92 Update tool name from 'toolsay' to 'dotnetsay' (#10133) 2025-10-27 09:00:57 -07:00
Jacques Eloff
549d2b69ad [10.0] System Path known issue (#10134) 2025-10-20 15:26:12 -07:00
victorisr
e810f20ceb Update SDK runtime version to 8.0.21 (#10128) 2025-10-17 09:39:28 -07:00
Varorbc
b56577dcf0 Update NET 9.0 EOL Date (#10123)
* Update releases.md

* Update README.md

* Update release-policies.md
2025-10-14 17:29:10 -07:00
Jon Galloway
32e794cf88 Add release notes for .NET 10 RC 2 across various components (#10112)
* Add release notes for .NET 10 RC 2 across various components

* Clarify scaffold replacement instructions for RC2 PR generation

* chore: clean markdownlint issues in preview/RC automation prompt files

* [RC2] F# release notes (#10095)

* Update fsharp.md for RC 2 scaffold

* Update release-notes/10.0/preview/rc2/fsharp.md

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>

* [RC2] WPF release notes (#10101)

* Add RC2 scaffold to WPF release notes

* Nothing for WPF

* Adjust wording with WinForms and WPF to match

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* [RC2] ASP.NET Core release notes (#10089)

* [RC2] EF Core release notes (#10094)

* Update efcore.md for RC 2 scaffold

* EF Core release notes for rc.2

---------

Co-authored-by: Shay Rojansky <roji@roji.org>

* Update libraries.md for RC 2 scaffold (#10096)

* Update runtime.md for RC 2 scaffold (#10097)

* [RC2] SDK release notes (#10098)

* Add RC2 scaffold to SDK release notes and normalize list markers

* Add notes for .NET TaskHost

* Fix linting

---------

Co-authored-by: Chet Husk <chusk3@gmail.com>

* [RC2] .NET MAUI release notes (#10093)

* Update dotnetmaui.md for RC 2 scaffold

* Update .NET MAUI release notes for RC 2

This update includes new features and improvements for .NET MAUI in the .NET 10 RC 2 release, such as microphone permission handling, SafeAreaEdges support, and XAML source generation enhancements.

* Update release-notes/10.0/preview/rc2/dotnetmaui.md

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>

* Update dotnetmaui.md with Android API 36.1 details

Added details about Android API 36.1 bindings, usage instructions, and installation steps.

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update release-notes/10.0/preview/rc2/README.md

---------

Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2025-10-14 23:25:15 +01:00
Julie Lee
acce489e24 Update known issues for startup regression (#10114)
* Update known issues for startup regression

Added a known issue regarding startup regression in fractional CPU containers.

* Make it clear that the startup regression is in .NET 10 runtime.

* Update release-notes/10.0/known-issues.md

* Specify regression percentage.

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

* Specify that it happens only on x64.

Updated known issues for .NET 10, including workarounds and performance regressions.

* Update release-notes/10.0/known-issues.md

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
2025-10-14 14:01:16 -07:00
Rich Lander
7bb301d354 Fix linter errors (#10119)
* Fix linter errors

* Update Documentation/security-group/dotnet-security-group-agreement.md

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
v10.0.0-rc.2 v9.0.10 v8.0.21
2025-10-14 13:39:46 -07:00
Rahul Bhandari
17b2c26314 Update releases.json (#10121) 2025-10-14 12:07:44 -07:00
victorisr
2455cd07f7 dotnet Patch Tuesday 10-14 Release note updates for 8.0, 9.0 & 10.0 RC2 (#10117)
* dotnet Patch Tuesday 10-14 Release note updates for 8.0, 9.0 & 10.0 RC2

* Updated Placeholder Urls
2025-10-14 11:53:44 -07:00