NSubstitute icon indicating copy to clipboard operation
NSubstitute copied to clipboard

Proposition: Mark as unlisted and Deprecated some old versions

Open Romfos opened this issue 1 year ago • 0 comments

Hi,

Nuget have feature of deprication + unlist for nuget packages versions

image

Versions that I propose to unlist + deprecate following package versions:

  1. All versions below 1.0.0
  2. Non-release versions like old betas, old release candidates, alphas

Motivation:

  1. 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
  2. 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

Romfos avatar Feb 10 '24 21:02 Romfos