Skip to content

Commit fef693b

Browse files
committed
(doc) Remove outdated warning on rule 52
This removes the outdated warning about there being a bug in the validation of the dependencies. This had been fixed a while ago, but the warning was never removed.
1 parent 21f587a commit fef693b

File tree

1 file changed

+1
-5
lines changed
  • src/content/docs/en-us/community-repository/moderation/package-validator/rules

1 file changed

+1
-5
lines changed

src/content/docs/en-us/community-repository/moderation/package-validator/rules/cpmr0052.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import PackageValidatorRuleGuideline from '@components/docs/PackageValidatorRule
1212

1313
<PackageValidatorRuleGuideline />
1414

15-
<Callout type="warning">
16-
There is a bug with this check - https://github.com/chocolatey/home/issues/33
17-
</Callout>
18-
1915
If you have implemented the recommended fixes, you should see this go away on checks after this has been corrected.
2016

2117
## Issue
@@ -28,4 +24,4 @@ Version-less dependencies are not recommended now that choco will resolve the la
2824

2925
## Reasoning
3026

31-
At a point in history, NuGet would always get the oldest version of a package that would meet the version range that was specified. When you didn't specify a version, it would get the latest possible version. Once choco 0.9.9+ came out, it flipped NuGet to always getting the most recent version of a package that satisfied a dependency. It's considered incorrect to not at the very least specify a minimum version that would meet a dependency. This way it is more explicit.
27+
At a point in history, NuGet would always get the oldest version of a package that would meet the version range that was specified. When you didn't specify a version, it would get the latest possible version. Once choco 0.9.9+ came out, it flipped NuGet to always getting the most recent version of a package that satisfied a dependency. It's considered incorrect to not at the very least specify a minimum version that would meet a dependency. This way it is more explicit.

0 commit comments

Comments
 (0)