-
Notifications
You must be signed in to change notification settings - Fork 6k
Merge master into live #17853
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
Merged
Merged
Merge master into live #17853
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The narrative is about building a Netcore 3.1 app, but the sample showed 2.2.
…the C# compiler, including nullable analysis (#17776) * Create outlines for new content - update TOC - Add stub outlines for new content. * port global attribute content * port general attributes - Add description for general attributes - Move samples from /samples/snippets - Add interactivity where possible. * remove links, move existing content. * fix a build warning * fix warnings * off by one folder * finished updating caller information * move existing nullable attribute content Also, update the title of the existing content * proofread and add new attributes * fix titles * Apply suggestions from code review Co-Authored-By: Petr Kulikov <petr.kulikov@gmail.com> * fix build warnings. Co-authored-by: Petr Kulikov <petr.kulikov@gmail.com>
* Updated documentation with the path where xsd can be found * Fixed linter issues * Update docs/standard/serialization/xml-schema-def-tool-gen.md Co-Authored-By: Andy De George <2672110+Thraka@users.noreply.github.com> * Update xml-schema-def-tool-gen.md Co-authored-by: Andy De George <2672110+Thraka@users.noreply.github.com>
* Updated documentation with the path where xsd can be found * Update docs/standard/serialization/xml-schema-definition-tool-xsd-exe.md Co-Authored-By: Andy De George <2672110+Thraka@users.noreply.github.com> Co-authored-by: Andy De George <2672110+Thraka@users.noreply.github.com>
The line-referencing has an off-by-one error.
* update add web reference instructions
* Add IAsyncEnumerable Fixes #16634 This commit: Add that `IAsyncEnumerable<T>` is a valid return type for an async method. Add a new project and sample code for IAsyncEnumerable. * grammar cleanup In this commit, fix style issues and remove unused anchors. (Those anchors were added during migration). * move sample files This commit moves the old snippet files without any changes. * this commit migrates the samples The existing sample code was in the /samples folder. This commit moves those into the ./snippets folder, and adapts the includes to use the (new) preferred syntax. * fix typo * Apply suggestions from code review Co-Authored-By: Tom Dykstra <tdykstra@microsoft.com> * respond to additional feedback. Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
Removed old ASR link, added VM migration links
In my previous edit, several of the label names had an extra space. This PR removes them.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please don't squash-merge this PR.