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

// Install Solid.Bootstrapping as a Cake Tool
#tool nuget:?package=Solid.Bootstrapping&version=1.1.1

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,128 10/21/2022
2.3.6-rc1 992 10/4/2022
2.3.5 3,052 4/15/2022
2.3.4 6,297 1/23/2022
2.3.3 9,229 11/24/2021
2.3.3-rc1 617 11/21/2021
2.3.2 10,478 9/5/2021
2.3.2-rc2 505 9/4/2021
2.3.2-rc1 483 9/1/2021
2.3.1 10,154 6/21/2021
2.3.1-rc1 533 6/21/2021
2.3.0 6,541 4/23/2021
2.3.0-rc1 786 4/15/2021
2.2.0 18,061 5/10/2019
2.1.0 3,954 3/10/2019
2.0.0 3,020 1/15/2019
2.0.0-rc2 4,202 12/28/2018
2.0.0-rc1 3,823 12/3/2018
1.2.1-rc5 2,323 11/10/2018
1.2.1-rc4 9,338 5/20/2018
1.2.1-rc3 4,168 12/15/2017
1.2.1-rc2 1,560 12/1/2017
1.2.1-rc1 2,117 11/26/2017
1.2.0 6,734 8/9/2017
1.2.0-rc4 2,554 7/21/2017
1.2.0-rc3 3,327 7/19/2017
1.2.0-rc2 3,176 7/10/2017
1.2.0-rc1 760 5/20/2017
1.1.1 18,354 5/12/2016
1.1.0 9,003 4/17/2016

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