FubuMvcArchive / ripple

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

We need to validate the ripple configuration before running anything #238

Closed jeremydmiller closed 10 years ago

jeremydmiller commented 10 years ago

Dunno how it happened, but got in a spot where there were 2 different versions of the same nuget listed in the ripple.config file and very late in the process it finally failed when we try to call SingleOrDefault(x => x.Name == name). I say we fail fast if we detect this.