Skip to content

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Oct 17, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/prompts/error-consolidation.md .github/prompts/error-consolidation
docs/core/whats-new/dotnet-10/libraries.md docs/core/whats-new/dotnet-10/libraries
docs/core/whats-new/dotnet-10/overview.md docs/core/whats-new/dotnet-10/overview
docs/core/whats-new/dotnet-10/runtime.md docs/core/whats-new/dotnet-10/runtime
docs/core/whats-new/dotnet-10/sdk.md docs/core/whats-new/dotnet-10/sdk
docs/csharp/advanced-topics/expression-trees/index.md docs/csharp/advanced-topics/expression-trees/index
docs/csharp/asynchronous-programming/task-asynchronous-programming-model.md docs/csharp/asynchronous-programming/task-asynchronous-programming-model
docs/csharp/fundamentals/coding-style/identifier-names.md docs/csharp/fundamentals/coding-style/identifier-names
docs/csharp/fundamentals/object-oriented/inheritance.md docs/csharp/fundamentals/object-oriented/inheritance
docs/csharp/fundamentals/object-oriented/objects.md docs/csharp/fundamentals/object-oriented/objects
docs/csharp/fundamentals/object-oriented/polymorphism.md docs/csharp/fundamentals/object-oriented/polymorphism
docs/csharp/fundamentals/tutorials/classes.md docs/csharp/fundamentals/tutorials/classes
docs/csharp/fundamentals/tutorials/oop.md docs/csharp/fundamentals/tutorials/oop
docs/csharp/fundamentals/types/anonymous-types.md docs/csharp/fundamentals/types/anonymous-types
docs/csharp/fundamentals/types/classes.md docs/csharp/fundamentals/types/classes
docs/csharp/fundamentals/types/index.md docs/csharp/fundamentals/types/index
docs/csharp/fundamentals/types/interfaces.md docs/csharp/fundamentals/types/interfaces
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/csharp/programming-guide/classes-and-structs/access-modifiers.md docs/csharp/programming-guide/classes-and-structs/access-modifiers
docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments
docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers.md docs/csharp/programming-guide/classes-and-structs/object-and-collection-initializers
docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members.md docs/csharp/programming-guide/classes-and-structs/static-classes-and-static-class-members
docs/csharp/programming-guide/generics/constraints-on-type-parameters.md docs/csharp/programming-guide/generics/constraints-on-type-parameters
docs/csharp/programming-guide/types/boxing-and-unboxing.md docs/csharp/programming-guide/types/boxing-and-unboxing
docs/fsharp/language-reference/interpolated-strings.md docs/fsharp/language-reference/interpolated-strings
docs/fsharp/language-reference/nameof.md docs/fsharp/language-reference/nameof
docs/fsharp/language-reference/pattern-matching.md docs/fsharp/language-reference/pattern-matching
docs/fsharp/tools/fsharp-interactive/index.md docs/fsharp/tools/fsharp-interactive/index
docs/fundamentals/code-analysis/quality-rules/ca2224.md docs/fundamentals/code-analysis/quality-rules/ca2224

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

Copilot AI and others added 9 commits October 16, 2025 12:41
* Initial plan

* Update .NET 10 What's New articles for RC 2

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Copilot <[email protected]>
The previous approach, `builder.Logging.AddConsole(options => options.IncludeScopes = true);`, using `ConsoleLoggerFormat` was [deprecated in .NET 5](https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/5.0/obsolete-consoleloggeroptions-properties). It now recommends `ConsoleFormatterOptions`.
…o operator overloading (#49281)

* Create skeleton

* Consolidate identified error messages.

Run through all identified related errors and add them into the new file.

* Add related missing error codes

Search the roslyn source and the "no specifics" source file to find any related missing errors and warnings.

* First pass at consolidation.

* edit pass on samples

* do a final proofread.

* proofread samples.

* fix build warnings

* Apply suggestions from code review

Co-authored-by: David Pine <[email protected]>

---------

Co-authored-by: David Pine <[email protected]>
* Update samples as needed, part 1

* Fill in rough draft

* Proofread and finalize.

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* build warnings

* Apply suggestions from code review

Co-authored-by: David Pine <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: David Pine <[email protected]>
… F# Interactive #i directive (#49118)

* Initial plan

* Add clarification about relative paths in F# Interactive #i directive

Co-authored-by: BillWagner <[email protected]>

* Update frontmatter with AI usage and current date

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* Fix formatting and clarify package source instructions

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Initial plan

* Document ToString() conversion for F# interpolated strings

Co-authored-by: BillWagner <[email protected]>

* Add ai-usage frontmatter to indicate AI assistance

Co-authored-by: BillWagner <[email protected]>

* Update docs/fsharp/language-reference/interpolated-strings.md

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Initial plan

* Improve nameof pattern documentation with clearer examples

Co-authored-by: BillWagner <[email protected]>

* Fix markdown linting issues - add blank lines around lists

Co-authored-by: BillWagner <[email protected]>

* Add ai-usage frontmatter to indicate AI-assisted modifications

Co-authored-by: BillWagner <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
…F# documentation (#49260)

* Initial plan

* Clarify difference between type annotation and type test patterns

Co-authored-by: BillWagner <[email protected]>

* Apply suggestions from code review

* Add ai-usage frontmatter metadata

Co-authored-by: BillWagner <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: BillWagner <[email protected]>
Co-authored-by: Bill Wagner <[email protected]>
* Freshness: C# fundamentals and programming guides

* Fix broken bookmark link

* Update code samples

* Fix build errors

* Refactor project files to use .NET SDK style and update argument validation in sample code

* Fix snippets 5000 errors

* Remove outdated project files in Named and Optional Arguments

* Update docs/csharp/fundamentals/types/interfaces.md

Co-authored-by: Bill Wagner <[email protected]>

* Update docs/csharp/fundamentals/types/interfaces.md

Co-authored-by: Bill Wagner <[email protected]>

* Update docs/csharp/fundamentals/types/interfaces.md

Co-authored-by: Bill Wagner <[email protected]>

* address PR feedback

* Update docs/csharp/fundamentals/object-oriented/snippets/inheritance/hierarchy.cs

Co-authored-by: Bill Wagner <[email protected]>

* Update docs/csharp/programming-guide/classes-and-structs/snippets/static-classes-and-static-class-members/Program.cs

Co-authored-by: Bill Wagner <[email protected]>

---------

Co-authored-by: Bill Wagner <[email protected]>
@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 October 2025 milestone Oct 17, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 16be0f6 into live Oct 17, 2025
20 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.

4 participants