-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Merge main into live #47971
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 #47971
Conversation
…itespace handling (#47728) * Initial plan * Clarify raw string literal multi-line rules for opening quotes and whitespace handling 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 DateOnly example and documentation to indexers article Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Revert project files to use .NET 9 and modern syntax as requested Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Remove LangVersion preview as no preview features are used 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>
…mblies appear to be referenced (#47632) * Initial plan * Add troubleshooting section for CS0012 when assemblies appear to be referenced 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> --------- 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>
…on (#47705) * Initial plan * Add generic type argument accessibility example to CS0050 documentation 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> --------- 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>
…47735) * Initial plan * Add synchronous access to async operations documentation section Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Move synchronous access section to end per review feedback 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> * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Update docs/csharp/asynchronous-programming/async-scenarios.md * Add approach links and address review feedback 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> Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…nd address review feedback (#47938) * Initial plan * Update .NET 10 documentation for Preview 7 release Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Restructure documentation and address all review feedback 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> * Fix XML code formatting and add snippets project file Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Fix remaining writing style issues in runtime documentation Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update libraries.md * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Address reviewer feedback: fix ML-DSA description, clarify Composite ML-DSA types, move WebSocketStream description, fix TLS typo, and remove extra blank lines Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update docs/core/whats-new/dotnet-10/sdk.md * Address final reviewer feedback: change ML-DSA heading and add blank line before CLI introspection Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update docs/core/whats-new/dotnet-10/sdk.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> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Prefer text over comments Comments aren't localized, so prefer text in markdown. * Update .github/copilot-instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update .github/copilot-instructions.md Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Added the missing July update
…r documentation (#47592)
… DateOnly and TimeOnly (#47591)
* Migrate David+Copilot's rewrite of instructions from Aspire * Apply suggestion from @BillWagner Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Apply suggestion from @BillWagner Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Apply suggestion from @BillWagner Co-authored-by: Bill Wagner <wiwagn@microsoft.com> * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
… over-localization (#47586)
|
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. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 issues. Other issues are also a high priority. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
Please don't squash-merge this PR.
Internal previews
Toggle expand/collapse