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).