Skip to content

Merge main into live#52469

Merged
gewarren merged 11 commits intolivefrom
main
Mar 19, 2026
Merged

Merge main into live#52469
gewarren merged 11 commits intolivefrom
main

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Mar 19, 2026

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/diagnostics/symbols.md docs/core/diagnostics/symbols
docs/csharp/language-reference/compiler-messages/async-await-errors.md docs/csharp/language-reference/compiler-messages/async-await-errors
docs/csharp/language-reference/compiler-messages/pattern-matching-warnings.md docs/csharp/language-reference/compiler-messages/pattern-matching-warnings
docs/csharp/language-reference/toc.yml docs/csharp/language-reference/toc
docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error
docs/fundamentals/runtime-libraries/system-uri.md docs/fundamentals/runtime-libraries/system-uri
docs/standard/assembly/file-format.md docs/standard/assembly/file-format
docs/standard/assembly/identify.md docs/standard/assembly/identify
docs/standard/assembly/unloadability.md docs/standard/assembly/unloadability
docs/standard/base-types/regular-expressions.md docs/standard/base-types/regular-expressions
docs/standard/simd.md docs/standard/simd
docs/standard/threading/cancellation-in-managed-threads.md docs/standard/threading/cancellation-in-managed-threads
docs/standard/threading/destroying-threads.md docs/standard/threading/destroying-threads
docs/standard/threading/exceptions-in-managed-threads.md docs/standard/threading/exceptions-in-managed-threads
docs/standard/threading/managed-and-unmanaged-threading-in-windows.md docs/standard/threading/managed-and-unmanaged-threading-in-windows
docs/standard/threading/managed-threading-best-practices.md docs/standard/threading/managed-threading-best-practices
docs/standard/threading/pausing-and-resuming-threads.md docs/standard/threading/pausing-and-resuming-threads
docs/standard/threading/the-managed-thread-pool.md docs/standard/threading/the-managed-thread-pool
docs/standard/threading/using-threads-and-threading.md docs/standard/threading/using-threads-and-threading

Copilot AI and others added 4 commits March 18, 2026 23:04
…ion (#52465)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MihaZupan <25307628+MihaZupan@users.noreply.github.com>
Co-authored-by: Miha Zupan <mihazupan.zupan1@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@github-advanced-security
Copy link

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the March 2026 milestone Mar 19, 2026
Copilot AI and others added 7 commits March 19, 2026 08:31
* Initial plan

* Fix SIMD article: update metadata, grammar, and heading capitalization

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>
…sses (#52462)

* Initial plan

* docs: add note about runtime strong GC handle to AssemblyLoadContext subclass fields

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

* docs: clarify timing of runtime strong GC handle during unload

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>
* Add misc errors that already have appropriate locations

Three of the final undocumented errors already have obvious targets. Start with those.

* Add missing pattern type errors and warnings.

* Finish pattern error additions.

Finish editing the portions of patterns.

* add missing async / await errors

* major rework is complete

* final proofread

* fix build issue

* Respond to feedback.

* fix warning

* Apply suggestions from code review

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

---------

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

* Add simple parent-child linked cancellation token example

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

* Fix intro text for linked token example per review feedback

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

* Update docs/standard/threading/cancellation-in-managed-threads.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>
* Initial plan

* Add SYSLIB0006 cross-links to Thread.Abort articles

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

* Remove '.NET Core' brand from Thread.Abort articles

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

* Clarify Thread.Abort runtime vs compile-time behavior across .NET Core and .NET 5+

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>

* Update docs/standard/threading/destroying-threads.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>
…#52461)

* Initial plan

* Fix Example 3 to explicitly use en-US culture instead of CurrentCulture

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

* Clarify that the technique works for any culture, not just en-US

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

* Apply suggestions from code review

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

* Potential fix for pull request finding

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

* Add .csproj and .vbproj project files to conceptual.regex snippet folders

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

* Apply suggestions from code review

Co-authored-by: Bill Wagner <wiwagn@microsoft.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: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@gewarren gewarren merged commit 61335c2 into live Mar 19, 2026
11 of 12 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.

5 participants