Skip to content

Merge main into live #47731

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 18 commits into from
Aug 5, 2025
Merged

Merge main into live #47731

merged 18 commits into from
Aug 5, 2025

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Aug 5, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/azure/migration/appmod/predefined-tasks.md docs/azure/migration/appmod/predefined-tasks
docs/core/diagnostics/observability-otlp-example.md docs/core/diagnostics/observability-otlp-example
docs/core/tools/dotnet-nuget-locals.md docs/core/tools/dotnet-nuget-locals
docs/core/tools/global-json.md docs/core/tools/global-json
docs/csharp/fundamentals/object-oriented/objects.md docs/csharp/fundamentals/object-oriented/objects
docs/csharp/fundamentals/types/anonymous-types.md docs/csharp/fundamentals/types/anonymous-types
docs/csharp/language-reference/builtin-types/built-in-types.md docs/csharp/language-reference/builtin-types/built-in-types
docs/csharp/language-reference/builtin-types/reference-types.md docs/csharp/language-reference/builtin-types/reference-types
docs/csharp/language-reference/compiler-messages/cs0518.md docs/csharp/language-reference/compiler-messages/cs0518
docs/csharp/language-reference/operators/operator-overloading.md docs/csharp/language-reference/operators/operator-overloading
docs/csharp/misc/cs0430.md docs/csharp/misc/cs0430
docs/csharp/misc/cs0449.md docs/csharp/misc/cs0449
docs/csharp/misc/cs0524.md docs/csharp/misc/cs0524
docs/csharp/misc/cs1023.md docs/csharp/misc/cs1023
docs/csharp/programming-guide/events/how-to-implement-interface-events.md docs/csharp/programming-guide/events/how-to-implement-interface-events
docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings
docs/fsharp/language-reference/keyword-reference.md docs/fsharp/language-reference/keyword-reference

Happypig375 and others added 18 commits August 4, 2025 15:37
* `with` is also used in properties

* Interface with
Co-authored-by: Xuyang Cao <xuycao@microsoft.com>
Co-authored-by: Adit Sheth <adsheth@microsoft.com>
* add clarification for operator overloading

* fix grammar

* Update docs/csharp/language-reference/operators/operator-overloading.md

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
…es (#47708)

* Initial plan

* Improve CS0430 extern alias example to show actual usage

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

* Add cross-reference to extern alias documentation

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>
…es (#47709)

* Initial plan

* Document projection initializers (simplified names) for anonymous types

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

* Clarify duplicate member name explanation for projection initializers

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

* Add periods to code comments in anonymous types examples

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>
…ide (#47672)

* Initial plan

* Fix misleading equality testing method documentation

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>
… types in interfaces (#47669)

* Initial plan

* Update CS0524 documentation to reflect C# 8.0 changes

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

* Update ms.date to 07/31/2025 as requested

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

* Improve wording as suggested by @gewarren

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

* Fix nullable event warning in interface events documentation

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>
…projects (#47685)

* Initial plan

* Update CS0518 documentation with modern .NET project guidance

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

* Update docs/csharp/language-reference/compiler-messages/cs0518.md

---------

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: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Initial plan

* Update CS0449 documentation to include all constraint types

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

* Update date in CS0449.md to 08/01/2025

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

* Initial plan

* Add context clarification comments to interface method snippets

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

* Fix code comments to end with periods per style guide

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

* Initial analysis: Understanding delegate type classification issue

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

* Clarify delegate as built-in type in documentation

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

* Remove package.json files from tracking

* Remove unrelated .gitignore change for node_modules

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

* Add resolution section to CS1023 documentation with corrected examples

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>
@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 August 2025 milestone Aug 5, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit ce86620 into live Aug 5, 2025
33 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.

7 participants