Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5e7151bc
Commit
5e7151bc
authored
Sep 20, 2021
by
Tim Rizzi
Committed by
Nick Gaskill
Sep 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note about limit for nuget packages returned
parent
00c48b8e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/user/packages/nuget_repository/index.md
doc/user/packages/nuget_repository/index.md
+5
-3
No files found.
doc/user/packages/nuget_repository/index.md
View file @
5e7151bc
...
...
@@ -77,6 +77,8 @@ To use the GitLab endpoint for NuGet Packages, choose an option:
Some features such as
[
publishing
](
#publish-a-nuget-package
)
a package are only available on the project-level endpoint.
When asking for versions of a given NuGet package name, the GitLab Package Registry returns a maximum of 300 most recent versions.
WARNING:
Because of how NuGet handles credentials, the Package Registry rejects anonymous requests on the group-level endpoint.
To work around this limitation, set up
[
authentication
](
#add-the-package-registry-as-a-source-for-nuget-packages
)
.
...
...
@@ -352,12 +354,12 @@ the existing package is overwritten.
## Install packages
To install a NuGet package from the Package Registry, you must first
[
add a project-level or group-level endpoint
](
#add-the-package-registry-as-a-source-for-nuget-packages
)
.
If multiple packages have the same name and version, when you install
a package, the most recently-published package is retrieved.
To install a NuGet package from the Package Registry, you must first
[
add a project-level or group-level endpoint
](
#add-the-package-registry-as-a-source-for-nuget-packages
)
.
### Install a package with the NuGet CLI
WARNING:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment