Skip to content
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

Remove nullability errors #27181

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Remove nullability errors #27181

merged 1 commit into from
Jan 13, 2022

Conversation

smitpatel
Copy link
Member

Resolves #26995

@smitpatel smitpatel requested a review from a team January 12, 2022 23:31
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

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

LGTM (but see test failures).

Just to note that this could cause runtime failures.. When originally annotating, in cases of uncertainty I sometimes left runtime checks (i.e. coalescing operator) for members annotated as non-nullable - just in case. This removes these, which may cause NREs if the annotations are wrong. But it's a good time to do this in the beginning of the 7.0 cycle.

@smitpatel
Copy link
Member Author

Errors don't seem to be related to nullable changes. Helix connects to external SqlServer causing all those tests to fail. The single test failure in windows look random as it passed for async but not for sync.

@smitpatel
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ajcvickers
Copy link
Member

@smitpatel Build was broken: #27182

@smitpatel smitpatel merged commit 3292ec6 into main Jan 13, 2022
@smitpatel smitpatel deleted the smit/warnings branch January 13, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Static analysis indicates issues with either NRT annotations or usage
3 participants