Solid.Bootstrapping 1.1.1

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

This package provides abstractions
over different bootstrapping capabilities: being able to initialize, having ioc container, etc.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (15)

Showing the top 5 NuGet packages that depend on Solid.Bootstrapping:

Package Downloads
Attest.Tests.Core

This package provides facilities for writing tests, including unit, integration and end-to-end.

Attest.Tests.SpecFlow

This package provides facilities for writing unit, integration and end-to-end tests using SpecFlow.

LogoFX.Client.Bootstrapping

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

Attest.Tests.NUnit

This package provides facilities for writing unit, integration and end-to-end tests using NUnit.

LogoFX.Client.Bootstrapping.Core

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.6 5,765 10/21/2022
2.3.6-rc1 1,230 10/4/2022
2.3.5 3,228 4/15/2022
2.3.4 6,751 1/23/2022
2.3.3 9,565 11/24/2021
2.3.3-rc1 717 11/21/2021
2.3.2 11,096 9/5/2021
2.3.2-rc2 587 9/4/2021
2.3.2-rc1 583 9/1/2021
2.3.1 10,858 6/21/2021
2.3.1-rc1 617 6/21/2021
2.3.0 7,104 4/23/2021
2.3.0-rc1 910 4/15/2021
2.2.0 18,907 5/10/2019
2.1.0 4,338 3/10/2019
2.0.0 3,304 1/15/2019
2.0.0-rc2 4,574 12/28/2018
2.0.0-rc1 4,127 12/3/2018
1.2.1-rc5 2,529 11/10/2018
1.2.1-rc4 10,040 5/20/2018
1.2.1-rc3 4,539 12/15/2017
1.2.1-rc2 1,761 12/1/2017
1.2.1-rc1 2,320 11/26/2017
1.2.0 7,107 8/9/2017
1.2.0-rc4 2,807 7/21/2017
1.2.0-rc3 3,659 7/19/2017
1.2.0-rc2 3,512 7/10/2017
1.2.0-rc1 858 5/20/2017
1.1.1 19,157 5/12/2016
1.1.0 9,491 4/17/2016

Added interfaces for ioc container registrator and resolver.
Removed interface for ioc container adapter.