FubuMvcArchive / ripple

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

Build failing - type or Namespace None not found #263

Closed mavnn closed 10 years ago

mavnn commented 10 years ago

I'm getting a build error trying to build the 3.0 branch due to a missing type (see below). It looks like None is supposed to be a descendent of ProjectItem from FubuCsProj, but I can't get any further than that.

Error   7   The type or namespace name 'None' could not be found (are you missing a using directive or an assembly reference?)  <mypath>\ripple\src\ripple\MSBuild\ProjFile.cs  45  16  ripple
mavnn commented 10 years ago

Looking at FubuCsProj I'm guessing the publicly available git repo is out of date given it has similar classes like CodeFile but is missing None.

jmarnold commented 10 years ago

Got it.