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

4709 Commits

Author SHA1 Message Date
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
Eric StJohn
87e021bb32 API Diff .NET 10.0 Preview 7 -> RC1 (#10063)
* .NET 10.0 Preview 7 -> RC1 API Diff

* Fix indenting
2025-09-05 08:14:20 -07:00
Copilot
7e7d39b55e Add comprehensive GitHub Copilot instructions for dotnet/core repository (#10029)
* Initial plan

* Initial exploration and plan for Copilot instructions

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

* Create comprehensive GitHub Copilot instructions for dotnet/core repository

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

* Fix JSON_PRETTIER formatting error in markdown-link-check-config.json

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

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2025-08-19 08:57:36 -07:00
Daniel Roth
1084d816bb Clean up ASP.NET Core feature list for .NET 10 Preview 7 (#10041)
* Clean up ASP.NET Core feature list for .NET 10 Preview 7

* Fix markdown linting error

* Add InvokeNew to InvokeConstructor rename
2025-08-18 09:18:47 -07:00
victorisr
1d14a83f56 Releases json updates fix (#10038)
* Added and Modified release.json File Schema for 10.0 Preview releases 1 to 6

* Added and Modified release.json File Schema for all 9.0 releases

* Added and Modified release.json File Schema for all 8.0 releases
2025-08-13 15:13:02 -07:00
Rahul Bhandari
6bf52a8714 Update releases.json for 10.0 correcting release date (#10039) 2025-08-13 14:44:04 -07:00
Copilot
cef1a961e3 Fix Super-Linter to run on pull requests to all branches (#10035)
* Initial plan

* Fix super-linter to run on pull requests to all branches

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-08-13 09:04:45 -07:00
victorisr
afa8628ad3 Update 10.0 P7 release.json (#10032) 2025-08-12 14:42:57 -07:00
Martin Costello
5beb5304c3 Fix link (#10031)
Fix .NET 10 preview 7 pointing to preview 6.
v10.0.0-preview.7
2025-08-12 13:59:35 -07:00
James Montemagno
bf1d666ec1 Add release notes for .NET 10 Preview 7 across various components (#10006)
* Add release notes for .NET 10 Preview 7 across various components

* Remove outdated prompt for creating pull requests for Preview 7

* Add prompt for creating pull requests for .NET 10 Preview 7

* Update wpf for preview 7 (#10005)

* Update wpf for preview 7

* Add details

* Fix version

* Update wpf.md

* Update wpf.md

---------

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

* Update dotnetmaui for preview 7 (#9997)

* Update dotnetmaui for preview 7

* Update dotnetmaui.md for preview 7 with copilot consolidation

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update dotnetmaui.md

* Update dotnetmaui.md

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update winforms for preview 7 (#10004)

* Update winforms for preview 7

* Update winforms readme.md

---------

Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* Update efcore for preview 7 (#9998)

* Update efcore for preview 7

* Fill in EF 10 preview7 release notes

* Update release-notes/10.0/preview/preview7/efcore.md

Co-authored-by: Martin Costello <martin@martincostello.com>

---------

Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>

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

Co-authored-by: Weihan Li <weihanli@outlook.com>

* Add comprehensive ASP.NET Core release notes for .NET 10 Preview 7 (#10023)

* Update fsharp for preview 7 (#9999)

* Update fsharp for preview 7

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

---------

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

* Update sdk for preview 7 (#10002)

* Update sdk for preview 7

* add notes about any RID support in .NET tools

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

Co-authored-by: Martin Costello <martin@martincostello.com>

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

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

---------

Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update libraries for preview 7 (#10000)

* Update libraries for preview 7

* Add notes for CreateNewProcessGroup

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

* Update markdown link

* Add cryptography notes

* Add PipeReader support for JsonSerializer

* change received to sent

* Composite ML-DSA

* clean up pqc bullet

* update PipeReader blurb

* Add WebSocketStream

* Fix WebSocketStream link and add TLS 1.3 support for macOS client

* Update TLS 1.3 notes for macOS Network.framework behavior and edge cases

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

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

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

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

---------

Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update csharp for preview 7 (#9996)

* Update csharp for preview 7

* Add C# preview 7 features.

Add the remaining C# 14 features delivered in .NET 10 preview 7.

* Update release-notes/10.0/preview/preview7/csharp.md

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

* Update release-notes/10.0/preview/preview7/csharp.md

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

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update containers for preview 7 (#9995)

* Update containers for preview 7

* Add dnx feature notes

---------

Co-authored-by: Logan Bussell <loganbussell@microsoft.com>

* Update runtime for preview 7 (#10001)

* Update runtime for preview 7

* Update release-notes/10.0/preview/preview7/runtime.md

---------

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

* Update 10.0.0-preview.7.md

* Update README.md

* Update releases.md

* Update README.md

* Update releases-index.json

* Update README.md

* Update releases.json

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Create release.json

* Update markdown files and release notes for Preview 7

* Update release notes for Preview 7: add missing WPF entry, fix formatting in ASP.NET Core, SDK, and Windows Forms notes

* fix winforms

* Update markdown link check workflow to allow all branches for pull requests and fix JSON formatting in release notes

* Remove feature summaries from F# and Visual Basic release notes for Preview 7

* Update release-notes/10.0/preview/preview7/csharp.md

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
2025-08-12 12:09:42 -07:00
Maira Wenzel
14e345f184 Users/merlinbot/1es pt auto baselining pr (#9992)
* Updated for https://dev.azure.com/devdiv/579bc0c8-404b-48fd-a86e-9d65b001f1bf/_build?definitionId=22806 by using baselines generated in https://dev.azure.com/devdiv/579bc0c8-404b-48fd-a86e-9d65b001f1bf/_build/results?buildId=11360718

* Updated for https://dev.azure.com/devdiv/579bc0c8-404b-48fd-a86e-9d65b001f1bf/_build?definitionId=22806 by using baselines generated in https://dev.azure.com/devdiv/579bc0c8-404b-48fd-a86e-9d65b001f1bf/_build/results?buildId=11735061

---------

Co-authored-by: dotnet-policy-service[bot] <123482357+dotnet-policy-service[bot]@users.noreply.github.com>
2025-08-12 11:07:01 -07:00
Logan Bussell
40b0f07fa7 Remove references to Debian 13 Trixie (#10025) 2025-08-11 16:04:01 -07:00
Martin Costello
2f243ea8f6 Improve codefence (#9973)
https://github.com/dotnet/core/pull/9830#discussion_r2206671662

Co-authored-by: Jon Galloway <jongalloway@gmail.com>
2025-08-08 13:55:01 -07:00
victorisr
cdeb939602 Update release.json (#10020) 2025-08-08 12:13:15 -07:00
victorisr
7972e879da Update Placeholder Links (#10018)
* Update 9.0.8.md

* Update 9.0.8.md

* Update 8.0.19.md
2025-08-05 14:21:36 -07:00
victorisr
c92b6eff99 .NET Aug2025 8A servicing release Updates (#10016)
* Update releases.md

* Update README.md

* Update releases-index.json

* Update README.md

* Update 9.0 releases.json

* Update README.md

* Update 9.0 install-linux.md

* Update install-macos.md

* Update 9.0 install-windows.md

* Update 9.0 cve.md

* Create 9.0.8.md

* Create 9.0.109.md

* Create release.json

* Update 8.0 releases.json

* Update 8.0 README.md

* Update 8.0 cve.md

* Update 8.0 install-linux.md

* Update 8.0 install-macos.md

* Update 8.0 install-windows.md

* Create 8.0.19.md

* Create 8.0.119.md

* Create 8.0.316

* Create 8.0 release.json

* Update releases-index.json

* Rename 8.0.316 to 8.0.316.md
v9.0.8 v8.0.19
2025-08-05 11:57:43 -07:00
Eric StJohn
099f7eabb2 Add API Diff for Preview 7 (#10014)
* API Diff for 10.0 preview 7

* Fix indenting

* Don't show move of System.Threading.AccessControl
2025-08-04 17:42:19 -07:00
Eric StJohn
a8e850539f Regenerate diffs for 10.0 previews 1-5 (#10013)
* Regenerate diffs for 10.0 previews 1-5

* Remove System.Threading.AccessControl from ASP.NET p5 diff

* Fix indenting
2025-08-04 08:42:36 -07:00
ondrejsmid
63b04e3f7b fix releases index channel 2.2 security (#10009)
Co-authored-by: Ondrej Smid <ondrejsmid@microsoft.com>
2025-08-01 09:44:55 -07:00
Ömer Fadıl USTA
476605627a Fix Preview 6 release date (#9984)
Source : https://github.com/dotnet/core/tree/main/release-notes/10.0
2025-07-23 12:44:36 -07:00
Copilot
6b610a7544 Fix APIDiff to include NETCore references for AspNetCore and WindowsDesktop (#9989)
* Initial plan

* Add NETCore reference support for AspNetCore and WindowsDesktop API diffs

Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>

* Run the updated script

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: ericstj <8918108+ericstj@users.noreply.github.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
2025-07-21 14:15:25 -07:00
victorisr
79822ab09a Update 9.0.303.md (#9983) 2025-07-18 13:09:15 -07:00
Rich Lander
71e41103db Remove note about Current (#9982) 2025-07-18 08:49:38 -07:00
victorisr
f448548f18 Update releases-index.json (#9979) 2025-07-17 11:35:33 -07:00
victorisr
1350a67a94 July2025 sdk only (#9978)
* Update releases.json

* Update README.md

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update release.json

* Update 9.0.7.md

* Added 9.0.303.md
2025-07-17 10:46:45 -07:00
Damian Edwards
f25c20947a Fix file-based app headings in preview.6 release notes (#9975)
Fixes the heading level for the file-based apps notes
2025-07-15 20:54:06 -07:00
Eric StJohn
f023a1b212 API Diff between .NET 10.0 Preview 5 and Preview 6 (#9976)
* API Diff between .NET 10.0 Preview 5 and Preview 6

* Remove extra newlines
2025-07-15 17:29:52 -07:00
Norm Johanson
23f8556589 Fix typo in sdk.md (#9977) 2025-07-15 16:38:23 -07:00
James Montemagno
2981881154 .NET 10 Preview 6 (#9830)
* .NET 10 Preview 6

* .NET 10 P6 - FSharp (#9946)

* Update fsharp preview6 release notes with manual changes.

* udpate for release

* .NET 10 P6 - CSharp (#9943)

* Add period to last sentence in csharp preview6 release notes.

* update C#

* .NET 10 P6 - EFCore (#9945)

* Add period to last sentence in efcore preview6 release notes.

* EF 10.0-preview.6 release notes

* Added small improvements

---------

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

* .NET 10 P6 - WPF (#9952)

* Add period to last sentence in aspnetcore preview6 release notes.

* Add period to last sentence in containers preview6 release notes.

* Add period to last sentence in csharp preview6 release notes.

* Add period to last sentence in dotnetmaui preview6 release notes.

* Add period to last sentence in efcore preview6 release notes.

* Add period to last sentence in libraries preview6 release notes.

* Add period to last sentence in runtime preview6 release notes.

* Add period to last sentence in sdk preview6 release notes.

* Add period to last sentence in visualbasic preview6 release notes.

* Add period to last sentence in winforms preview6 release notes.

* Add period to last sentence in wpf preview6 release notes.

* Revert all changes except wpf.md in dotnet10-p6-wpf branch.

* Add WPF info

* update feature list

---------

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

* .NET 10 P6 - WinForms (#9951)

* Add period to last sentence in winforms preview6 release notes.

* Update WinForms for Preview 6

* Apply suggestions from code review

Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

---------

Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* .NET 10 P6 - SDK (#9949)

* Add period to last sentence in sdk preview6 release notes.

* CLI notes around tools and such

* Add release notes for preview.6 run-file changes

---------

Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>

* .NET 10 P6 - Containers (#9942)

* Add period to last sentence in containers preview6 release notes.

* update to none udpates.

* .NET 10 P6 - Runtime (#9948)

* Add period to last sentence in runtime preview6 release notes.

* Add JIT notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* .NET 10 P6 - .NET MAUI (#9944)

* Add period to last sentence in dotnetmaui preview6 release notes.

* Update dotnetmaui.md

* adding more details for android

* minor updates to iOS note

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

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

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* added contributors from android and iOS repos

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* .NET 10 P6 - Libraries (#9947)

* Add period to last sentence in libraries preview6 release notes.

* Update libraries.md

* Update libraries.md

Co-authored-by: Weihan Li <weihanli@outlook.com>

* Update libraries.md

fix link

---------

Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>

* Add ASP.NET Core release notes for .NET 10 Preview 6 (#9965)

* update linter

* revert

* Fix link to installers and binaries for .NET 10 Preview 6 in README.md

* update permissions?

* Update release notes for .NET 10 Preview 6: enhance dark mode support in Windows Forms, improve JSON property handling in libraries, and refine CLI tool execution options in SDK.

* Enhance release notes for .NET 10 Preview 6: update dark mode support in Windows Forms, improve formatting in EF Core and SDK documentation, and clean up whitespace in various markdown files.

* cleanup

* add p6

* lint

* try this

* Update releases.md

* Update README.md

* Update release-notes/README.md

* Update releases-index.json

* Update install-linux.md

* Update install-macos.md

* Update install-windows.md

* Update releases.json

* Update 10.0.0-preview.6.md

* Added release.json

* Mix lint errors in release.json for preview 6 release

* Fix jsonlint errors

* Fix jsonlint errors

---------

Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Damian Edwards <damian@damianedwards.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
v10.0.0-preview.6
2025-07-15 10:08:38 -07:00
victorisr
4156c64156 Update Placeholders (#9969)
* Update 8.0.18.md

* Update 9.0.7.md
v9.0.7 v8.0.18
2025-07-08 14:00:07 -05:00
Rahul Bhandari
5acde9b334 Update known-issues.md 9.0 (#9968) 2025-07-08 13:59:47 -05:00
victorisr
31ee24515d Artifacts for July 2025 Dotnet 8 & 9 Servicing Release (#9966) 2025-07-08 13:37:53 -05:00
victorisr
a68b2ff1c1 Updates to release.json Files (#9961)
* Update 8.0.15 release.json

* Update 8.0.16 release.json

* Update 8.0.17 release.json

* Update 9.0.5 release.json

* Update 9.0.6 release.json
2025-07-03 12:25:36 -07:00
Aman Khalid
2bc6d266ff Fix typo in Preview 5 runtime notes (#9954) 2025-06-25 10:13:26 -07:00
Jeff Handley
5d3e41fafb Onboard the dotnet/issue-labeler for 'area-' label prediction on issues (#9889)
* [Issue-Labeler] Configure labeler-train.yml

Configure the issue-labeler training workflow.
- Imported the workflow template
- Removed inputs, jobs, and conditions related to pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Configure labeler-promote.yml

Configure the issue-labeler promotion workflow.
- Imported the workflow template
- Removed input and job for pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Configure labeler-predict-issues.yml

Configure the issue-labeler issue prediction workflow.
- Imported the workflow template
- Removed the excluded_authors input

* [Issue-Labeler] Configure labeler-cache-retention.yml

Configure the issue-labeler cache retention workflow.
- Imported the workflow template
- Removed config related to pull requests, as we will only use the labeler for issues in this repository

* [Issue-Labeler] Add labeler onboarding/configuration doc

* Bump superlinter to v7 (via SHA) to get type:number support in GitHub workflows

* Address CHECKOV lint errors in GitHub workflows

* Ignore GitHub workflow files from prettier

* Explicitly set workflow permissions

* Comment that UTC is used for cron schedule
2025-06-23 15:00:12 -07:00
DevTKSS
2b337e1b84 docs(Net9-preview): Correct Year number in the net9 preview release notes (#9940)
Currently its stating 2025, but seeing the reality and the table below, this has to be 2024
2025-06-23 11:20:52 -07:00
James Montemagno
494bab742f Update sdk.md (#9931) 2025-06-13 21:26:04 -07:00
Rahul Bhandari
27747ce8ba Update known-issues.md (#9935) 2025-06-12 13:59:42 -07:00
Rahul Bhandari
c6c9df5f56 Update asp.net breaking change (#9934)
* Update asp.net breaking change

* Update known-issues.md

* Update known-issues.md

* Update known-issues.md

* Update known-issues.md

---------

Co-authored-by: Brennan <brecon@microsoft.com>
2025-06-12 13:51:36 -07:00
victorisr
b6a571147c Placeholder Links Updated (#9932)
* Update 9.0.6.md

* Update 9.0.6.md

* Update 8.0.17.md

* Update cve.md

* Update cve.md
2025-06-10 15:28:26 -07:00
Kevin Jones
0ca80a2ac7 Fix typo in Preview 5 release notes. (#9929)
The FIPS PUBS numbers were off by one.
v8.0.17 v9.0.6 v10.0.0-preview.5
2025-06-10 11:39:18 -07:00
Rahul Bhandari
c2cdbf0f69 Artifacts for .NET June 2025 Servicing Release (#9928)
* Artifacts for .NET June 2025 Servicing Release

* Updating install files for OS

* Update 8.0.17.md

* Update 9.0.6.md

---------

Co-authored-by: victorisr <victorisr@microsoft.com>
2025-06-10 11:27:28 -07:00
James Montemagno
215900a2bd .NET 10 Preview 5 (#9829)
* .NET 10 Preview 5

* update

* lint

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Revert "Add C# features in preview 5"

This reverts commit 42e5ac6bff.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Add notes about PQC

* Add PQC to the libraries ToC

* .NET 10 P5 - WinForms (#9919)

* winforms

* WinForms Preview 5

Preview 5 updates

* Fix duplicated intro

---------

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

* .NET 10 P5 - Containers (#9917)

* containers

* update for p5

* .NET 10 P5 - WPF (#9918)

* wpf

* Add notes

---------

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

* .NET 10 P5 Runtime (#9912)

* Update for Runtime

* Add JIT notes

* Fix GC notes

---------

Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>

* .NET 10 P5 - Languages (#9916)

* update csharp

* Add C# features in preview 5

Write the description for user defined compound assignment operators.

* Remove VB release notes for P5

There aren't notable new features in Visual Basic for Preview 5.

* Update fsharp.md

* Update fsharp.md

* Update fsharp.md

* add vb back just to link to docs

* update f#

* Update README.md

---------

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

* updates for lint

* update (#9915)

* update for sdk (#9914)

* some more updates

* .NET MAUI in 10 Preview 5 (#9921)

* .NET MAUI in 10 Preview 5

* Update dotnetmaui.md

* added contributors

* hybridwebview interception

* addressing comments

---------

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

* linting

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

Co-authored-by: Martin Costello <martin@martincostello.com>

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

Co-authored-by: Martin Costello <martin@martincostello.com>

* Update ef and date

* updating md file

* Added updates to README

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Merrie McGaw <mmcgaw@microsoft.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Aman Khalid (from Dev Box) <amankhalid@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
2025-06-10 09:57:27 -07:00
Copilot
778316883c Add ASP.NET Core release notes for .NET 10 Preview 5 (#9925) 2025-06-06 22:09:32 -07:00
Rahul Bhandari
4ffc4e76be Update cve.md (#9923) 2025-06-05 12:43:48 -07:00
Eric StJohn
eed89b89fd API diff between .NET 10 Preview 4 and .NET 10 Preview 5 (#9906)
* API diff between .NET 10 Preview 4 and .NET 10 Preview 5

* Remove System.Threading.AccessControl from ASP.NET diff
2025-06-05 08:14:27 -07:00
Rich Lander
a032fea091 Update supported OSes (#9920) 2025-06-02 13:58:18 -07:00
Dave Black
8caf972ba9 Update CVE entries for .NET 6 patch versions (#9910)
* Update CVE entries for .NET 6 patch versions. Added entries for .NET 6 versions 6.0.36 and 6.0.28 with no new CVEs. Updated version 6.0.35 to include three new denial of service CVEs. Removed outdated entries to streamline the document.

* Fix broken link for CVE-2025-26646

Replaced the outdated link for CVE-2025-26646 with the correct issue (#356) to ensure accurate information regarding .NET 8 security vulnerabilities.
2025-05-28 13:02:15 -07:00