We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your improvement request related to a problem? Please describe.
Enable the nullable functionality on GitVersion.Core project.
nullable
GitVersion.Core
This will help to understand (and also help analyzers) when a piece of code is expected to be always not-null or could be null.
See #2763
Enable nullable on the project and fix warnings.
The text was updated successfully, but these errors were encountered:
🎉 This issue has been resolved in version 5.6.11 🎉 The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your improvement request related to a problem? Please describe.
Enable the
nullable
functionality onGitVersion.Core
project.Detailed Description
This will help to understand (and also help analyzers) when a piece of code is expected to be always not-null or could be null.
Context
See #2763
Possible Implementation
Enable nullable on the project and fix warnings.
The text was updated successfully, but these errors were encountered: