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

Fixes warnings for nullable reference types being used #253

Merged

Conversation

Eneuman
Copy link
Contributor

@Eneuman Eneuman commented Apr 25, 2023

This PR fixes three occurences where nullable reference types where being used but the project had not enabled this feature.

Fixes #252

@Eneuman Eneuman requested review from a team, Tatsinnit and sabbour as code owners April 25, 2023 19:57
@github-actions
Copy link

@Eneuman Thanks for your PR!

My review of this pull request is that it looks good overall. The changes made are appropriate and address the issue of nullable reference types being used. The changes made to the JsonHelpers.cs, IntOrStringJsonConverter.cs, and IPAddressConverter.cs files are all valid and should help to resolve the issue.

My only suggestion would be to add a comment to the code to explain why the changes were made. This would help to provide context for future readers of the code and make it easier to understand why the changes were made.

Copy link
Collaborator

@hsubramanianaks hsubramanianaks left a comment

Choose a reason for hiding this comment

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

@Eneuman Thanks looks good to me.

@hsubramanianaks hsubramanianaks merged commit 5860729 into Azure:main May 18, 2023
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.

Invalid use of nullable reference type
3 participants