-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
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
Clarify what a package being available means #3360
Conversation
Learn Build status updates of commit b2ef23c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 74e44e2: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 1303f7c: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
If the client knows a package ID and wants to discover which package versions the package source has available, the | ||
client can construct a predictable URL to enumerate all package versions. This list is meant to be a "directory | ||
client can construct a predictable URL to enumerate all package versions. Every version listed in this list must be available for download. | ||
This list is meant to be a "directory | ||
listing" for the package content API mentioned below. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest reformatting this to one complete sentence per line.
1303f7c
to
95ca569
Compare
Learn Build status updates of commit 95ca569: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit ec06f03: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
See motivation: NuGet/Home#13930 (comment).
tldr; If a package content resource lists a package as available, it should be able to download.
Being unavailable breaks the contract.