-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge main into live #48479
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 #48479
Conversation
* Remove async using, pattern using Followup to dotnet/csharpstandard#672 * add exclude.
…ntu 25.04 (#48306) * change order of ubuntu version selector Changing the order of the Ubuntu version selector to - Ubuntu LTS versions from newest to oldest, then - Ubuntu Interim versions from newest to oldest, then - other (unsupported) Ubuntu versions. Rationale: Some users skip over the article and miss the version selecter. This leads to them beeing unable to install .NET. The new order ensures that an LTS is displayed first. The Ubuntu LTS install instructions let users successfully install .NET on an Ubuntu interim machine. In the worst case they run the command `sudo add-apt-repository ppa:dotnet/backports`, which has no major side-effect. Fixes: #47461 Signed-off-by: Dominik Viererbe <[email protected]> * fix dependency version for Ubuntu 25.04 The version of libicu on Ubuntu 25.04 is 76. See: https://launchpad.net/ubuntu/plucky/+source/icu Signed-off-by: Dominik Viererbe <[email protected]> --------- Signed-off-by: Dominik Viererbe <[email protected]>
…8310) * Initial plan * Add comprehensive examples to BC42328.md to improve clarity Co-authored-by: BillWagner <[email protected]> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> * Move large inline code example to snippet file and use proper reference Co-authored-by: BillWagner <[email protected]> * Replace inline code with snippet reference to eliminate duplication Co-authored-by: BillWagner <[email protected]> * Remove redundant "Complete working example" section as requested 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]> Co-authored-by: Genevieve Warren <[email protected]>
…oubleshooting guidance (#48457) * Initial plan * Improve BC2001 documentation with comprehensive error context and troubleshooting Co-authored-by: BillWagner <[email protected]> * Apply suggestions from code review * Update docs/visual-basic/misc/bc2001.md Co-authored-by: Genevieve Warren <[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: Genevieve Warren <[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