FubuMvcArchive / ripple

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

Ripple 3 should not force you to convert to the ObjectBlocks style config #269

Open jeremydmiller opened 10 years ago

jeremydmiller commented 10 years ago

As it is, ripple 3 cannot be used in parallel with ripple 2* solutions. Let's introduce a new storage to write the old Xml file format and make conversion be explicit.

jeremydmiller commented 10 years ago

Meh, looking like way too much work, so it's going to be a big bang upgrade across the entire world.

jeremydmiller commented 10 years ago

Okay, back to we need this. I think we can do this w/o too much effort. I say we re-introduce a DTO for the Solution that is easy to serialize and make INugetStorage switch. I found some other issues while trying to use Ripple 3 against the FubuCore and FubuMVC codebase today we need to address