Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.79k stars 775 forks source link

Open source code is not similar to its nuget package #864

Closed SRGajjala closed 11 months ago

SRGajjala commented 1 year ago

I downloaded source code and compiled Caliburn.Micro.Core project and used its compiled in my project. I am not able to find BootstrapperBase class.

beachwalker commented 1 year ago

Because it is part of Caliburn.Micro and not Caliburn.Micro.Core package. See for example https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/Platforms/net46-netcore/Bootstrapper.cs ... it is in the Code as well as in the (right) packages.

beachwalker commented 1 year ago

used its compiled

Anything missing and/or against using the official packages? Recommend to use *get packages and the package manager otherwise. This will reduce burden of maintenance for fixes for sure.

SRGajjala commented 1 year ago

Because it is part of Caliburn.Micro and not Caliburn.Micro.Core package. See for example https://github.com/Caliburn-Micro/Caliburn.Micro/blob/master/src/Caliburn.Micro.Platform/Platforms/net46-netcore/Bootstrapper.cs ... it is in the Code as well as in the (right) packages. If I want to build for netcore, ignoring other platforms