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.
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.
// Install LogoFX.Client.Bootstrapping.Core as a Cake Addin
#addin nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.3.2

// Install LogoFX.Client.Bootstrapping.Core as a Cake Tool
#tool nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.3.2                

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 853 10/21/2022
2.2.7-rc1 222 10/4/2022
2.2.6 969 4/15/2022
2.2.6-rc2 254 2/11/2022
2.2.6-rc1 229 1/23/2022
2.2.5 583 12/5/2021
2.2.4 634 11/6/2021
2.2.3 664 9/23/2021
2.2.2 747 9/12/2021
2.2.1 668 7/23/2021
2.2.1-rc1 386 7/11/2021
2.2.0 709 6/26/2021
2.2.0-rc3 402 6/23/2021
2.2.0-rc2 425 5/16/2021
2.2.0-rc1 720 4/25/2020
2.1.1-rc1 607 3/23/2020
2.1.0 1,021 9/26/2019
2.0.0 2,140 5/31/2019
2.0.0-rc6 650 5/10/2019
2.0.0-rc5 727 3/11/2019
2.0.0-rc4 835 1/15/2019
2.0.0-rc3 744 12/31/2018
2.0.0-rc2 696 12/28/2018
2.0.0-rc1 788 12/5/2018
1.7.1-rc6 786 11/10/2018
1.7.1-rc5 826 9/22/2018
1.7.1-rc4 935 8/8/2018
1.7.1-rc3 1,032 5/15/2018
1.7.1-rc2 1,280 12/16/2017
1.7.1-rc1 978 12/5/2017
1.7.0 1,592 8/9/2017
1.7.0-rc3 945 7/21/2017
1.7.0-rc2 952 7/19/2017
1.7.0-rc1 973 7/16/2017
1.6.5 1,736 11/15/2016
1.6.4 3,226 7/22/2016
1.6.3 1,552 7/14/2016
1.6.2 3,432 5/21/2016
1.6.1 1,232 5/12/2016
1.6.0 1,219 5/12/2016
1.5.3 1,003 5/8/2016
1.5.2 1,258 5/8/2016
1.5.1 1,270 5/3/2016
1.5.0 1,274 4/19/2016
1.4.2 1,250 4/17/2016
1.4.1 1,187 4/15/2016
1.4.0 1,205 4/15/2016
1.3.3 1,175 4/12/2016
1.3.2 1,673 4/4/2016
1.3.1 2,046 4/1/2016
1.3.0 1,388 3/31/2016
1.2.0 1,218 3/27/2016
1.1.4 1,211 3/23/2016
1.1.3 1,264 3/23/2016
1.1.2 1,690 3/22/2016
1.1.1 1,224 3/16/2016
1.0.8 2,051 3/9/2016
1.0.7 2,224 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.