CADbloke / CodeLinker

Links code between Visual Studio Projects. Write once, build many

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuget packages - they break

CADbloke opened this issue · comments

 <ItemGroup>
    <None Include="..\cadblokefindreplacenunittests\packages.config">
      <Link>packages.config</Link>
    </None>

Have a good look at the packages.config

  • should there be a local copy? PERHAPS
  • Will changing a canonical packages.config break it for all but one project? YES

Perhaps strip out all Nuget <Reference>s so the user can start from scratch after they set upstream build configs (framework etc)

or ... an option to copy and keep the Nuget packages.config file and the user can deal with it. NO because there are upstream things that need doing to make Nuget work