-
Hi, I don't understand this ticket. Could tout explain a little more as i use nuget for my dotnet project. Maybe i will learn some new stuff.
Thanks
-
With built-in NuGet repository, OneDev will be able to reproduce any binary files by rerun corresponding build jobs. Also it is possible to analyze project dependency easily to do some interesting things such as running all projects using a library when a library is changed, etc.
-
I've finally setup onedev to do CI/CD with jobs, very powerfull !!
I better understand the nature of your ticket : i'm building dotnet projects with many nuget packages dependencies. In my build job, i run command "nuget restore %SRC_BUILD_SOLUTION%" which take a long time, approx 2min to retrieve all packages. Many of theses packages are used by other projects of mine.
I assume with a nuget repository, onedev could retrieve localy and do some caching to reduce this time ?
-
Performance is one reason, but the main reason is to provide better integration experience including:
- OneDev can easily know which job is used to generate an artifact, and can recreate it exactly when it is missing.
- Compare artifacts versions to get source/issue level changes
- OneDev can easily know dependencies between different projects, and can then auto-trigger jobs of downstream projects to verify dependency changes
-
Want to mention that all package features will be part of EE edition. If you are interested, I will schedue to implement it after delivering the docker registry feature.
-
Name Previous Value Current Value Labels
empty Enterprise Edition
-
Previous Value Current Value npm/nuget registry
npm registry
-
Previous Value Current Value npm registry
Integrated npm registry
-
Moved nuget registry support to a separate issue (#1661)
-
-
OneDev
changed state to 'Closed' 2 years ago
Previous Value Current Value Open
Closed
-
State changed as code fixing the issue is committed (4726005e)
-
OneDev
changed state to 'Released' 2 years ago
Previous Value Current Value Closed
Released
-
State changed as build #4488 is successful
-
Name Previous Value Current Value Labels
Enterprise Edition
empty
Having an npm/nuget registry externally is tedious just more places and accounts to keep track of, So having it integrated will truly be a relief.