-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge main into live #47385
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 #47385
Conversation
Fixed double space typo in anonymous type snippet.
* Initial plan * Enhance CS0236 documentation with explanation of why the error occurs Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Fix CS0236 documentation inaccuracies about field initialization order and rule purpose Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Change 'class constructor' to 'instance constructor' for more precise terminology 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>
…terface methods tutorial (#47311) * Initial plan * Add NOTE callout about DateTime calculation limitations 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>
…llections (#47308) * Initial plan * Add specific example for CS0119 error with List<Type> collections 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>
…ler options (#47307) * Initial plan * Update CS0433 documentation to prioritize extern alias over csc compiler options 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 * Add warnings and guidance against using volatile keyword Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Remove "stronger guarantees" statement as requested in review 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 * Improve delegate documentation to be more beginner-friendly and conceptual Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update docs/csharp/delegate-class.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: Bill Wagner <wiwagn@microsoft.com>
…ogramming docs (#47135) * Initial plan * Replace bacon with hash browns for inclusivity 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>
…CS8637 (#47306) * Fixed bu 47305. * Update docs/csharp/language-reference/compiler-messages/nullable-warnings.md Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Update docs/csharp/language-reference/compiler-messages/nullable-warnings.md * Update docs/csharp/language-reference/compiler-messages/nullable-warnings.md * Update docs/csharp/language-reference/compiler-messages/nullable-warnings.md * Update docs/csharp/language-reference/compiler-messages/nullable-warnings.md * Removed blank space. --------- Co-authored-by: Adit Sheth <adsheth@microsoft.com> Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
…ed examples and comparison table (#47117) * Initial plan * Improve clarity of protected access modifier documentation with unified examples and comparison table Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Move inline code examples to snippet files for protected keyword documentation Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Replace !code-csharp with ::: directive for code snippets in protected.md Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Replace old code reference with ::: directive and remove unnecessary project file 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>
…demonstration (#47134) * Initial plan * Improve in parameter modifier example with more meaningful struct-based demonstration 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>
…orial (#47137) * Initial plan * Implement teleprompter tutorial improvements per issue #25876 Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update docs/csharp/tutorials/console-teleprompter.md * Remove directional reference in teleprompter tutorial Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update docs/csharp/tutorials/console-teleprompter.md Co-authored-by: David Pine <david.pine@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: David Pine <david.pine@microsoft.com>
…umentation (#47325) * Initial plan * Update Azure Cognitive Search to Azure AI Search in chat template doc 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: gewarren <24882762+gewarren@users.noreply.github.com>
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