1
0
mirror of synced 2025-12-19 09:50:46 -05:00

4706 Commits

Author SHA1 Message Date
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
Rich Lander
776df6a670 Add security group information (#10118) 2025-10-14 10:39:01 -07:00
xtqqczze
8fbdd8ee7b Update EOL date for .NET 9 in README.md (#10108)
* Update EOL date for .NET 9 in `README.md`

Follow-up https://github.com/dotnet/core/pull/10105

* Update release-notes/9.0/README.md

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

---------

Co-authored-by: Maira Wenzel <mairaw@microsoft.com>
2025-09-29 17:31:44 -07:00
Maira Wenzel
24ff22598d Change EOL date for .NET 9 (#10105) 2025-09-16 11:34:25 -07:00
Rahul Bhandari
4c489a6ae5 Update release notes URL for version 10.0.0-rc.1 (#10087)
* Update release notes URL for version 10.0.0-rc.1

* Update release notes URL for version 10.0.0-rc.1
2025-09-11 11:20:42 -07:00
Martin Costello
bf6ba316c7 Fix macOS RID in SDK release notes for 10.0-preview.7 (#10085)
Fix incorrect RID for macOS in example.
2025-09-11 09:21:57 -07:00
ondrejsmid
7e61de0bd5 fix hashes (#10086)
* fix hashes

* revert whitespace modification

* json formatting to satisfy "npx prettier" check

---------

Co-authored-by: Ondrej Smid <ondrejsmid@microsoft.com>
Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-09-11 09:14:17 -07:00
Youssef Victor
46cec181de Add dotnet.config to known RC1 issues (#10073)
* Add dotnet.config to known RC1 issues

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

Co-authored-by: Amaury Levé <amauryleve@microsoft.com>

* Update known-issues.md

* Expand example

* Update P3 notes as well

* Fix

---------

Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
2025-09-11 17:46:42 +02:00
victorisr
ad698a78ff Visual Basic Version Update RC 1 (#10084) 2025-09-10 16:12:40 -07:00
victorisr
a67d7f1677 Update latest runtime and SDK versions for 10.0 RC 1 in releases index (#10083) 2025-09-10 12:08:27 -07:00
victorisr
f676b75b2c Fixed Fsharp Package version error (#10079) 2025-09-10 11:55:28 -07:00
Maira Wenzel
9a40159f8b Change support phase from 'preview' to 'go-live' (#10080)
* Change support phase from 'preview' to 'go-live'

* Change support phase from 'preview' to 'go-live'
2025-09-09 10:55:07 -07:00
Andy (Steve) De George
e54f9c4c87 Spelling error and minor fixes (#10078) v10.0.0-rc.1 v9.0.9 v8.0.20 2025-09-09 10:16:25 -07:00
victorisr
dcaa05ad3b Updates to .NET 8 & .NET 9 release Notes (#10075)
* Uodates to .NET 8 & .NET 9 release Notes

* Added feedback links

---------

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-09-09 10:03:35 -07:00
Jon Galloway
f827ae7908 Add release notes for .NET 10 RC 1 across various components (#10061)
* Add RC1 release notes template files

* Add missing aspnetcore.md template file

* Update RC1 release notes to proper template format and update prompt file

* Add release notes for .NET 10 RC 1 across various components

* Fix markdownlint issues in createprs-for-preview.prompt.md

* Update createprs-for-preview prompt with detailed instructions for handling "TBD" placeholders and adding a master consolidation PR process

* Servicing Release markdowns and json Updates for 10.0 RC1

* Added ./rc1/README.md

* Fix formatting of version-aspnetcoremodule entries and ensure newline at end of file in release notes JSON files

* Update csharp for RC 1 (#10051)

* Update csharp for RC 1

* Update C# release notes for .NET 10 RC 1 (no notable features)

* Update wpf for RC 1 (#10060)

* Update wpf for RC 1

* Update WPF release notes for .NET 10 RC 1 to clarify absence of new features

* Update containers for RC 1 (#10050)

* Update containers for RC 1

* Clarify that the .NET 10 RC 1 release does not include new Container image features in the release notes.

* Update runtime for RC 1 (#10056)

* Update runtime for RC 1

* Update runtime release notes for .NET 10 RC 1

* Apply suggestions from code review

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

* Revise SDK release notes for .NET 10 RC 1 to emphasize quality improvements and encourage developer feedback

* Update sdk for RC 1 (#10057)

* Clarify that .NET 10 RC 1 does not introduce new Visual Basic features and direct users to relevant documentation

* Update aspnetcore for RC 1 (#10049)

* Update fsharp for RC 1 (#10054)

* Update fsharp for RC 1

* Fix fsharp: replace TBD with content

* Update F# release notes for .NET 10 RC 1 to clarify absence of new features

---------

Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* Update dotnetmaui for RC 1 (#10052)

* Update dotnetmaui for RC 1

* Fix duplicate content in dotnetmaui

* look! We have release notes

added maui and android. Need yet macios and contributors list.

* Apply suggestions from code review

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

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

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

Co-authored-by: Jon Galloway <jongalloway@gmail.com>

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

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

* add images

* add bullet for experimental

* update lint

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>

* Update libraries for RC 1 (#10055)

* Update libraries for RC 1

* Fix libraries: replace TBD with content

* Add PQC notes

* Fix trailing whitespace

* Update release-notes/10.0/preview/rc1/libraries.md

Co-authored-by: Tanner Gooding <tagoo@outlook.com>

* updates

* update link

* updates

---------

Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>

* Update winforms for RC 1 (#10059)

* Update winforms for RC 1

* Update WinForms release notes for .NET 10 RC1

Thanks @KlausLoeffelmann for the content!

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>

* Update efcore for RC 1 (#10053)

* Update efcore for RC 1

* Fix efcore: replace TBD with content

* EF Core release notes for rc.1

---------

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

* markdownlint fixes for WinForms RC1 release notes

* Update Language Version in releases.json

* Update release.json for Language version support

* updates

* filled out maui contributor GitHub handles

* Revise Visual Studio compatibility information

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2025-09-09 09:39:12 -07:00