-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge main into live #48670
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 #48670
Conversation
* Initial commit * replace the image of overview * Update app mod .NET key features * update assessment part * update assessment part * refine and add follow up * Initial commit * replace the image of overview * Update app mod .NET key features * update assessment part * update assessment part * refine and add follow up * Add migration steps in quickstart * Add tasks * resize image * preview * update app mod migration doc with feedback * revert overview.md * update for date and content * update links * add Aws sqs * Apply suggestions from code review * editorial pass * fix image names * fix images * fixes * add alternative way * add alternative way * Fix spacing in quickstart title for clarity * Delete default chat messages section from quickstart Removed section on default chat messages for .NET extension. --------- Co-authored-by: Wenhao Zhang <[email protected]> Co-authored-by: Ningting Pan <[email protected]> Co-authored-by: ninpan-ms <[email protected]> Co-authored-by: Huang Xueyuan (Jessie) <[email protected]> Co-authored-by: Jessie Huang <[email protected]> Co-authored-by: alexwolfmsft <[email protected]> Co-authored-by: Alex Wolf <[email protected]>
* Refine App Mod Migration to Azure docs * Update relative link
The increment and decrement static operator currently are no-op. This fix ensure they actually do increment and decrement the value of the numerator in the fraction. Change the operator from an increment to a non mutating operand.numerator + 1 because otherwise the call to a reference version of Fraction would result in `Console.WriteLine(a++);` to print a after its mutation instead of the before value. Fixes #48626
Semester specific parent IDs in Azure DevOps aren't used anymore.
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