6

Closed

nuget package did not added bootstrapper, ishell, shellview, or shellviewmodel

description

I just tried using NuGet following the documentation at Nuget page (http://caliburnmicro.codeplex.com/wikipage?title=Nuget&referringTitle=Documentation). Using the install-package it did not add the certain files which are required. I can see the files are downloaded in the package folder in the tools folder. But the files are not added to my project in visual studio.

If this is something by design, then the assumption in the Nuget page in documentation is incorrect and the documentation above should describe how to add bootstrapper and other initilization steps.
Closed Jul 23, 2012 at 9:10 PM by EisenbergEffect
Fixed as of f6e51de56988

comments

0bscur3 wrote Jul 3, 2012 at 7:15 PM

(sorry for my bad english)
Strangely enough, this happened to me today too. On one machine it works fine but on the other the package gets installed but do not create the files. Both are win7 64bits running VS2010 Ultimate. The only difference I could find it on the package.config:

Machine that worked:
<package id="Caliburn.Micro" version="1.3.1" />

Machines that do not worked:
<package id="Caliburn.Micro" version="1.3.1" targetFramework="net40" />

Also, on the machine that worked, nuget was warning me that it has an update but i did not updated it.

Besides this, it seems to be the same enviroment... any hints?

henryminute wrote Jul 16, 2012 at 6:17 PM

I too have tried Caliburn Micro for the first time today and had exactly the same problem.

From my searching around I saw that a while ago, some users were complaining about those files being installed automatically and borking an already working solution, so it may be that their omission is deliberate. You are right that the instructions on that page should be amended, if that is the case.

tibel wrote Jul 20, 2012 at 2:34 PM

As I can see, this seems to be an issue with NuGet 2.0, as it treats the folders under 'tools' specially (see http://nuget.codeplex.com/workitem/2396).