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

Update code to remove warnings from backlog #73

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

rjmurillo
Copy link
Owner

This reduces the backlog of warnings by about half, removing many cases for passing null references to methods and null dereference. The remaining warnings are from multiple sources: TODO, diagnostic best practices, and some tricker items we'll need to look at

Related to #26

This reduces the backlog of warnings by about half, removing many cases for passing null references to methods and null dereference. The remaining warnings are from multiple sources: TODO, diagnostic best practices, and some tricker items we'll need to look at

Related to #26
@rjmurillo rjmurillo requested a review from MattKotsenas June 7, 2024 20:28
@rjmurillo rjmurillo added this to the vNext milestone Jun 7, 2024
@rjmurillo rjmurillo marked this pull request as ready for review June 7, 2024 20:35
@rjmurillo rjmurillo enabled auto-merge (squash) June 7, 2024 21:04
@rjmurillo rjmurillo merged commit 7a45b15 into main Jun 7, 2024
4 checks passed
@rjmurillo rjmurillo deleted the refactor/update-annotations branch June 7, 2024 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants