NSubstitute
NSubstitute copied to clipboard
Proposition: Mark as unlisted and Deprecated some old versions
Hi,
Nuget have feature of deprication + unlist for nuget packages versions
Versions that I propose to unlist + deprecate following package versions:
- All versions below 1.0.0
- Non-release versions like old betas, old release candidates, alphas
Motivation:
- Just inform developers that old beta\alpha\rc versions are no longer valid and better to don't use it. These versions were made only for non-production usage, could potentially be buggy and were made only for testing of versions before their release
- Make package versions list shorter by removing some non relevant packages
What is 'unlist' feature There nuget packages still will be available by direct links, installable, e.t.c but they will be not displayable in versions list dropdown
Note about 'deprecated' feature There nuget packages still will be available by direct links, installable, e.t.c but VS will show warning for them (yellow icon with text)
Thank you