LogoFX.Client.Bootstrapping.Core 1.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogoFX.Client.Bootstrapping.Core --version 1.3.2
                    
NuGet\Install-Package LogoFX.Client.Bootstrapping.Core -Version 1.3.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LogoFX.Client.Bootstrapping.Core" Version="1.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogoFX.Client.Bootstrapping.Core" Version="1.3.2" />
                    
Directory.Packages.props
<PackageReference Include="LogoFX.Client.Bootstrapping.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LogoFX.Client.Bootstrapping.Core --version 1.3.2
                    
#r "nuget: LogoFX.Client.Bootstrapping.Core, 1.3.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.3.2
                    
Install LogoFX.Client.Bootstrapping.Core as a Cake Addin
#tool nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.3.2
                    
Install LogoFX.Client.Bootstrapping.Core as a Cake Tool

LogoFX Client Bootstrapping Core containing cross-platform bootstrapper utilities.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on LogoFX.Client.Bootstrapping.Core:

Package Downloads
LogoFX.Client.Bootstrapping

LogoFX Client Bootstrapping containing base bootstrapper that performs several boilerplate tasks: modules registration, assemblies discovery using plugin framework via middlewares

LogoFX.Client.Bootstrapping.Testing

LogoFX Client Bootstrapping Testing containing bootstrapper for unit and integration testing that uses app bootstrapper while providing complete setup for tests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.7 881 10/21/2022
2.2.7-rc1 236 10/4/2022
2.2.6 990 4/15/2022
2.2.6-rc2 272 2/11/2022
2.2.6-rc1 247 1/23/2022
2.2.5 605 12/5/2021
2.2.4 657 11/6/2021
2.2.3 685 9/23/2021
2.2.2 770 9/12/2021
2.2.1 690 7/23/2021
2.2.1-rc1 403 7/11/2021
2.2.0 731 6/26/2021
2.2.0-rc3 418 6/23/2021
2.2.0-rc2 442 5/16/2021
2.2.0-rc1 744 4/25/2020
2.1.1-rc1 633 3/23/2020
2.1.0 1,055 9/26/2019
2.0.0 2,170 5/31/2019
2.0.0-rc6 677 5/10/2019
2.0.0-rc5 756 3/11/2019
2.0.0-rc4 863 1/15/2019
2.0.0-rc3 774 12/31/2018
2.0.0-rc2 724 12/28/2018
2.0.0-rc1 821 12/5/2018
1.7.1-rc6 827 11/10/2018
1.7.1-rc5 868 9/22/2018
1.7.1-rc4 1,002 8/8/2018
1.7.1-rc3 1,143 5/15/2018
1.7.1-rc2 1,398 12/16/2017
1.7.1-rc1 1,056 12/5/2017
1.7.0 1,676 8/9/2017
1.7.0-rc3 1,023 7/21/2017
1.7.0-rc2 1,030 7/19/2017
1.7.0-rc1 1,050 7/16/2017
1.6.5 1,826 11/15/2016
1.6.4 3,313 7/22/2016
1.6.3 1,641 7/14/2016
1.6.2 3,519 5/21/2016
1.6.1 1,318 5/12/2016
1.6.0 1,309 5/12/2016
1.5.3 1,090 5/8/2016
1.5.2 1,345 5/8/2016
1.5.1 1,358 5/3/2016
1.5.0 1,361 4/19/2016
1.4.2 1,339 4/17/2016
1.4.1 1,275 4/15/2016
1.4.0 1,293 4/15/2016
1.3.3 1,265 4/12/2016
1.3.2 1,761 4/4/2016
1.3.1 2,136 4/1/2016
1.3.0 1,477 3/31/2016
1.2.0 1,305 3/27/2016
1.1.4 1,298 3/23/2016
1.1.3 1,352 3/23/2016
1.1.2 1,777 3/22/2016
1.1.1 1,314 3/16/2016
1.0.8 2,138 3/9/2016
1.0.7 2,314 2/2/2016

Removed the scoped composition modules middleware
as this feature is no longer supported -> simple container has its own middleware for it.
Added middlewares for bootstrapper base.
Added option to not display root view - useful when there's no shell view and items are displayed in windows.