LogoFX.Client.Bootstrapping.Core 1.5.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.5.2
                    
NuGet\Install-Package LogoFX.Client.Bootstrapping.Core -Version 1.5.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.5.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.5.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.5.2
                    
#r "nuget: LogoFX.Client.Bootstrapping.Core, 1.5.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.
#:package LogoFX.Client.Bootstrapping.Core@1.5.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.5.2
                    
Install as a Cake Addin
#tool nuget:?package=LogoFX.Client.Bootstrapping.Core&version=1.5.2
                    
Install as a Cake Tool

LogoFX Client Bootstrapping Core containing cross-platform client 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 1,009 10/21/2022
2.2.7-rc1 353 10/4/2022
2.2.6 1,114 4/15/2022
2.2.6-rc2 401 2/11/2022
2.2.6-rc1 395 1/23/2022
2.2.5 736 12/5/2021
2.2.4 808 11/6/2021
2.2.3 825 9/23/2021
2.2.2 925 9/12/2021
2.2.1 835 7/23/2021
2.2.1-rc1 549 7/11/2021
2.2.0 875 6/26/2021
2.2.0-rc3 557 6/23/2021
2.2.0-rc2 585 5/16/2021
2.2.0-rc1 892 4/25/2020
2.1.1-rc1 799 3/23/2020
2.1.0 1,226 9/26/2019
2.0.0 2,331 5/31/2019
2.0.0-rc6 849 5/10/2019
2.0.0-rc5 913 3/11/2019
2.0.0-rc4 1,025 1/15/2019
2.0.0-rc3 948 12/31/2018
2.0.0-rc2 897 12/28/2018
2.0.0-rc1 993 12/5/2018
1.7.1-rc6 999 11/10/2018
1.7.1-rc5 1,031 9/22/2018
1.7.1-rc4 1,280 8/8/2018
1.7.1-rc3 1,488 5/15/2018
1.7.1-rc2 1,803 12/16/2017
1.7.1-rc1 1,339 12/5/2017
1.7.0 1,958 8/9/2017
1.7.0-rc3 1,298 7/21/2017
1.7.0-rc2 1,308 7/19/2017
1.7.0-rc1 1,333 7/16/2017
1.6.5 2,115 11/15/2016
1.6.4 3,588 7/22/2016
1.6.3 1,896 7/14/2016
1.6.2 3,846 5/21/2016
1.6.1 1,575 5/12/2016
1.6.0 1,576 5/12/2016
1.5.3 1,335 5/8/2016
1.5.2 1,610 5/8/2016
1.5.1 1,611 5/3/2016
1.5.0 1,611 4/19/2016
1.4.2 1,616 4/17/2016
1.4.1 1,526 4/15/2016
1.4.0 1,544 4/15/2016
1.3.3 1,517 4/12/2016
1.3.2 2,066 4/4/2016
1.3.1 2,482 4/1/2016
1.3.0 1,759 3/31/2016
1.2.0 1,552 3/27/2016
1.1.4 1,556 3/23/2016
1.1.3 1,627 3/23/2016
1.1.2 2,050 3/22/2016
1.1.1 1,552 3/16/2016
1.0.8 2,453 3/9/2016
1.0.7 2,670 2/2/2016

1) Added container adapter middleware;
2) Omitting container middleware from the default middlewares list;
3) Updated dependent packages.