Skip to content

Enable nullable reference types for shared utilities#48677

Merged
sharwell merged 1 commit intodotnet:masterfrom
sharwell:nullable-utilities
Oct 16, 2020
Merged

Enable nullable reference types for shared utilities#48677
sharwell merged 1 commit intodotnet:masterfrom
sharwell:nullable-utilities

Conversation

@sharwell
Copy link
Contributor

Fixes #48676

@sharwell sharwell requested a review from a team as a code owner October 16, 2020 15:56
@sharwell sharwell added the Concept-Null Annotations The issue involves annotating an API for nullable reference types label Oct 16, 2020
subjectBuffer.Replace(result.Value.replacementSpan, result.Value.replacementText);

transaction.Complete();
transaction?.Complete();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay, actual bugs being found!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this was a bug in practice, but #48676 was found and fixed by this

@sharwell sharwell merged commit fcedeae into dotnet:master Oct 16, 2020
@ghost ghost added this to the Next milestone Oct 16, 2020
@sharwell sharwell deleted the nullable-utilities branch October 16, 2020 23:40
@allisonchou allisonchou modified the milestones: Next, 16.9.P2 Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE Concept-Null Annotations The issue involves annotating an API for nullable reference types

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Format selection at top of VB file throws InvalidOperationException

5 participants