Skip to content

ad hoc publish for .NET Framework update #47145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 9, 2025
Merged

ad hoc publish for .NET Framework update #47145

merged 17 commits into from
Jul 9, 2025

Conversation

adegeo
Copy link
Contributor

@adegeo adegeo commented Jul 9, 2025


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/extensions/httpclient-factory.md IHttpClientFactory with .NET
docs/core/testing/unit-testing-csharp-with-nunit.md Unit testing C# with NUnit and .NET Core
docs/csharp/asynchronous-programming/index.md Asynchronous programming
docs/csharp/language-reference/builtin-types/integral-numeric-types.md Integral numeric types (C# reference)
docs/csharp/language-reference/builtin-types/nullable-reference-types.md docs/csharp/language-reference/builtin-types/nullable-reference-types
docs/csharp/language-reference/keywords/static.md static (C# Reference)
docs/csharp/language-reference/operators/patterns.md Pattern matching - the is and switch expressions, and operators and, or, and not in patterns
docs/csharp/language-reference/operators/type-testing-and-cast.md Type-testing operators and cast expressions - is, as, typeof, and casts
docs/csharp/language-reference/unsafe-code.md "Unsafe code, pointers to data, and function pointers"
docs/csharp/misc/cs1914.md Compiler Error CS1914
docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members.md Static Classes and Static Class Members (C# Programming Guide)
docs/csharp/roslyn-sdk/syntax-visualizer.md [C#](https://review.learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/syntax-visualizer?branch=pr-en-us-47145)
docs/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix.md docs/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix
docs/csharp/tour-of-csharp/overview.md A tour of the C# language
docs/csharp/tutorials/nullable-reference-types.md Tutorial: Express your design intent more clearly with nullable and non-nullable reference types
docs/csharp/versioning.md Versioning
docs/framework/release-notes/2025/07-08-july-cumulative-update.md July 2025 security and quality rollup
docs/framework/toc.yml docs/framework/toc
docs/standard/serialization/system-text-json/source-generation.md How to use source generation in System.Text.Json

shethaadit and others added 17 commits July 8, 2025 13:57
Co-authored-by: Adit Sheth <adsheth@microsoft.com>
* Initial plan

* Add important note about NRT runtime behavior changes in libraries

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

* Update wording in NRT Important callout as suggested by @BillWagner

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

* Clarify that unsafe code enables performance optimizations rather than providing them automatically

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

* Fix wording to address review feedback - focus on direct memory access capabilities rather than algorithms

Co-authored-by: jkotas <6668460+jkotas@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: jkotas <6668460+jkotas@users.noreply.github.com>
* Initial plan

* Add ContinueWith vs async/await comparison section

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

* Fix code snippet ranges for ContinueWith comparison

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

* Address review comments: update .NET target, remove unused files, fix misleading text, use tag-based snippets

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>
… identical? (#47076)

* Initial plan

* Fix inconsistencies and improve clarity in type pattern matching conditions

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

* Replace "exactly T" with "identity conversion to T" for tuple type compatibility

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>
…ck context menu (#47089)

* Initial plan

* Clarify how to access Syntax Visualizer symbol commands via right-click

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>
…47090)

* Initial plan

* Fix overstatement about nullable reference types protection

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>
…c types (#47091)

* Initial plan

* Fix static field documentation for generic types

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

* Add ThreadStatic clarification to static field documentation

Co-authored-by: jkotas <6668460+jkotas@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: jkotas <6668460+jkotas@users.noreply.github.com>
…ers (#47092)

* Initial plan

* Add concrete examples to semantic versioning section

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

* Address review feedback: fix heading styles and reorder optional parameters example

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>
…time ranges (#47118)

* Initial plan

* Fix nint/nuint constants documentation to clarify compile-time vs runtime ranges

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

* Fix Roslyn tutorial documentation: Move passing tests to correct section

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

* Update code snippet references to :::code directive format

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>
… sentence (#47110)

Use intended type name `HttpClientHandler` (erroneously referenced as `HttClientHandler`) related to ‘HttpClient` configuration in the sentence below the code snippet.
* July patch Tuesday release notes.
DO NOT PUBLISH UNTIL 10am Redmond time on July 8, 2025.

* Xrefs and wording

---------

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

@dotnetrepoman dotnetrepoman bot added this to the July 2025 milestone Jul 9, 2025
@adegeo adegeo enabled auto-merge July 9, 2025 00:00
@adegeo adegeo merged commit 8ca204e into live Jul 9, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants