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
When checking against VersionsBetween(), we use 5 arguments which should be reduced to 4 or less.
VersionsBetween()
I'm thinking maybe put the package name into IVersionInfo?
IVersionInfo
When working on this issue, remove the file NuGetRepository.cs from exclude_files to correctly measure the code maintainability changes.
NuGetRepository.cs
exclude_files
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When checking against
VersionsBetween()
, we use 5 arguments which should be reduced to 4 or less.I'm thinking maybe put the package name into
IVersionInfo
?When working on this issue, remove the file
NuGetRepository.cs
fromexclude_files
to correctly measure the code maintainability changes.The text was updated successfully, but these errors were encountered: