You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: