-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Nullable reference types tutorial, and nullable references overview #9345
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
Nullable reference types tutorial, and nullable references overview #9345
Conversation
|
Closing and reopening to begin new build after dotnet/samples#491 was merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, @BillWagner. This is an outstanding example. I've left a number of nits and minor suggestions. You can merge when you're ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really cool stuff @BillWagner! Left some comments for you to consider.
|
And I just noticed @rpetrusha had submitted his review while I was going through the PR. It seems some are duplicate which reinforces more the comments. 😄 |
|
@mairaw was reviewing as well during my reading. Duplicate feedback is not intended :). |
|
Thanks for all the feedback @mairaw @rpetrusha @pkulikov! It really improves this article. 🎆 🍾 |
Fixes #8208
Fixes #8204
Relies on dotnet/samples#491
Add the overview and first tutorial for nullable reference types.
Overview preview link
Tutorial link