LogoFX.Bootstrapping 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package LogoFX.Bootstrapping --version 1.5.0
                    
NuGet\Install-Package LogoFX.Bootstrapping -Version 1.5.0
                    
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.Bootstrapping" Version="1.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LogoFX.Bootstrapping" Version="1.5.0" />
                    
Directory.Packages.props
<PackageReference Include="LogoFX.Bootstrapping" />
                    
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.Bootstrapping --version 1.5.0
                    
#r "nuget: LogoFX.Bootstrapping, 1.5.0"
                    
#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.Bootstrapping&version=1.5.0
                    
Install LogoFX.Bootstrapping as a Cake Addin
#tool nuget:?package=LogoFX.Bootstrapping&version=1.5.0
                    
Install LogoFX.Bootstrapping as a Cake Tool

LogoFX Bootstrapping containing interface for a bootstrapper. This interface is equally applicable at both the client and the server sides of an application.
Also includes core bootstrapping tools.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on LogoFX.Bootstrapping:

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.Core

LogoFX Client Bootstrapping Core containing cross-platform client bootstrapper utilities.

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.

LogoFX.Practices.IoC.Middleware

LogoFX IoC Middleware containing means of registering simple composition modules.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.7 1,106 10/21/2022
2.2.7-rc1 276 10/4/2022
2.2.6 1,281 4/15/2022
2.2.6-rc2 314 2/11/2022
2.2.6-rc1 307 1/23/2022
2.2.5 762 12/5/2021
2.2.4 860 11/6/2021
2.2.3 882 9/23/2021
2.2.2 966 9/12/2021
2.2.1 885 7/23/2021
2.2.1-rc1 486 7/11/2021
2.2.0 978 6/26/2021
2.2.0-rc3 480 6/23/2021
2.2.0-rc2 530 5/16/2021
2.2.0-rc1 879 4/25/2020
2.1.0 1,636 9/26/2019
2.0.0 2,418 5/31/2019
2.0.0-rc6 827 5/10/2019
2.0.0-rc5 873 3/11/2019
2.0.0-rc4 992 1/15/2019
2.0.0-rc3 876 12/31/2018
2.0.0-rc2 904 12/28/2018
2.0.0-rc1 1,163 12/5/2018
1.7.1-rc9 675 10/18/2018
1.7.1-rc8 756 9/26/2018
1.7.1-rc7 1,195 9/22/2018
1.7.1-rc6 1,498 5/15/2018
1.7.1-rc5 1,297 5/15/2018
1.7.1-rc4 1,111 2/1/2018
1.7.1-rc3 1,695 12/16/2017
1.7.1-rc2 1,210 12/4/2017
1.7.1-rc10 1,161 11/10/2018
1.7.1-rc1 835 11/26/2017
1.7.0 1,951 8/9/2017
1.7.0-rc3 1,182 7/21/2017
1.7.0-rc2 1,200 7/19/2017
1.7.0-rc1 1,180 7/15/2017
1.6.0 4,700 7/22/2016
1.5.0 4,390 5/21/2016
1.4.0 2,612 5/12/2016
1.3.2 2,028 5/8/2016
1.3.1 2,445 5/3/2016
1.3.0 1,164 5/2/2016
1.2.0 2,420 4/19/2016
1.1.3 2,421 4/17/2016
1.1.2 1,172 4/15/2016
1.1.1 1,568 4/15/2016
1.1.0 2,366 4/15/2016

1 ) Added bootstrapper with container registrator. This bootstrapper is independent of the actual container adapter type.
2) Added bootstrapper composition module.