Skip to content

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Sep 9, 2025

For RC 1 breaking changes.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/compatibility/10.0.md Breaking changes in .NET 10
docs/core/compatibility/aspnet-core/10/webhostbuilder-deprecated.md WebHostBuilder, IWebHost, and WebHost are obsolete
docs/core/compatibility/core-libraries/10.0/obsolete-apis.md "Breaking change: .NET 10 obsoletions with custom IDs"
docs/core/compatibility/cryptography/10.0/mldsa-slhdsa-secretkey-to-privatekey.md MLDsa and SlhDsa 'SecretKey' members renamed
docs/core/compatibility/sdk/10.0/dotnet-tool-install-local-manifest.md docs/core/compatibility/sdk/10.0/dotnet-tool-install-local-manifest
docs/core/compatibility/sdk/10.0/nuget-packageid-validation.md NuGet logs an error for invalid package IDs
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/compatibility/unsupported-apis.md APIs that always throw exceptions on .NET Core and .NET 5+
docs/core/tools/dotnet-tool-install.md dotnet tool install command
docs/csharp/asynchronous-programming/start-multiple-async-tasks-and-process-them-as-they-complete.md Process asynchronous tasks as they complete (C#)
docs/framework/release-notes/2025/09-09-september-cumulative-update.md docs/framework/release-notes/2025/09-09-september-cumulative-update
docs/framework/release-notes/release-notes.md .NET Framework release notes
docs/framework/toc.yml docs/framework/toc
docs/fundamentals/code-analysis/quality-rules/ca3076.md CA3076: Insecure XSLT Script Execution
docs/fundamentals/syslib-diagnostics/obsoletions-overview.md Obsolete features in .NET 5+
docs/fundamentals/syslib-diagnostics/syslib0061.md SYSLIB0061: System.Linq.Queryable.MaxBy and System.Linq.Queryable.MinBy taking an IComparer<TSource> are obsolete
docs/fundamentals/syslib-diagnostics/syslib0062.md docs/fundamentals/syslib-diagnostics/syslib0062
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc
docs/standard/data/xml/script-blocks-using-msxsl-script.md Script blocks Using msxsl:script
docs/visual-basic/language-reference/statements/addhandler-statement.md AddHandler Statement
docs/visual-basic/language-reference/statements/property-statement.md Property Statement
docs/visual-basic/language-reference/xmldoc/index.md "Recommended XML Tags for Documentation Comments"
docs/visual-basic/language-reference/xmldoc/typeparamref.md <typeparamref> (Visual Basic)
docs/visual-basic/toc.yml docs/visual-basic/toc

azure-sdk and others added 15 commits September 9, 2025 14:34
… as they complete" tutorial (#48302)

* Show the example of simplified approach with Task.WhenEach

* Move the new section below the CAUTION note

* Briefly describe differences between two approaches

* Add Task.WhenEach to See also section
…mentation (#48279)

* Initial plan

* Add concrete ConvertEventHandler example to AddHandler documentation

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Refine AddHandler ConvertEventHandler example - reduce comments and improve style

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Move Imports statements to top of file and add System.Data reference

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…specific error types (#48278)

* Initial plan

* VB TOC improvements: Replace descriptive error names with error codes (first batch)

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Complete VB TOC improvements: Replace all descriptive error names with error codes

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Fix Runtime Error 322 duplicate in TOC

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Replace generic Runtime Error entries with specific error types

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
… Statement docs (#48300)

* Initial plan

* Add parameterized property example and improve documentation links

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
* Initial plan

* Add missing typeparamref XML documentation tag for Visual Basic

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

* Add typeparamref to TOC and create VB project file for CI

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbVbcnXmlDocComments/VB/VbVbcnXmlDocComments.vbproj

* Update docs/visual-basic/language-reference/xmldoc/typeparamref.md

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Updated the date for breaking changes documentation.
@dotnetrepoman dotnetrepoman bot added this to the September 2025 milestone Sep 9, 2025
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@gewarren gewarren enabled auto-merge September 9, 2025 21:16
@gewarren gewarren merged commit c916456 into live Sep 9, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants