On the Documentation Nuget page, the link referring to "With the latest version of Nuget installed" is broken - leads nowhere.
Next, create a new WPF application in VS. Go to package manager window and enter in the suggested command "Install-Package Caliburn.Micro.Start" and it fails with the following message:
PM> Install-Package Caliburn.Micro.Start
Attempting to resolve dependency 'Caliburn.Micro (= 2.0.2)'.
Install-Package : 'Caliburn.Micro' already has a dependency defined for 'Caliburn.Micro.Core'.
At line:1 char:1
+ Install-Package Caliburn.Micro.Start
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
Helpful. If you do "Install-Package Caliburn.Micro" then something installs, but it is missing BootStrapper and none of the existing tutorials on getting this working can be followed.
Are you guys aware that this doesn't install/work anymore? Is anyone maintaining this stuff??
Next, create a new WPF application in VS. Go to package manager window and enter in the suggested command "Install-Package Caliburn.Micro.Start" and it fails with the following message:
PM> Install-Package Caliburn.Micro.Start
Attempting to resolve dependency 'Caliburn.Micro (= 2.0.2)'.
Install-Package : 'Caliburn.Micro' already has a dependency defined for 'Caliburn.Micro.Core'.
At line:1 char:1
+ Install-Package Caliburn.Micro.Start
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
Helpful. If you do "Install-Package Caliburn.Micro" then something installs, but it is missing BootStrapper and none of the existing tutorials on getting this working can be followed.
Are you guys aware that this doesn't install/work anymore? Is anyone maintaining this stuff??