FubuMvcArchive / ripple

Super charged dependency management with Nuget without the merge hell
http://fubuworld.com/ripple
Other
45 stars 35 forks source link

Question: Packages source in ripple.config vs. package source in nuget.config #264

Open ursenzler opened 10 years ago

ursenzler commented 10 years ago

Why is ripple not using the package sources found in nuget.config, but duplicates this in its own config?

I'm asking because I currently use a dual approach (nuget and ripple) for my projects. I use Nuget for all packages that add stuff to the csproj files (build automation stuff) and ripple for all runtime dependencies. This way, the restore of packages works fine locally on a developer machine and on the build server (no need to always close and open VS when there is an update).

jeremydmiller commented 10 years ago

Hate to tell you this, but we've envisioned ripple as an all or nothing replacement from the very beginning. I suppose we could extend ripple to look for feeds in nuget.config if the feeds are not set in ripple.config itself. I'd want @jmarnold to weigh into this one.