-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge main into live #49296
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
Merge main into live #49296
Conversation
* 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]>
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. |
Please don't squash-merge this PR.
Internal previews
Toggle expand/collapse
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.