Solid.Bootstrapping
1.1.1
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
<PackageReference Include="Solid.Bootstrapping" Version="1.1.1" />
paket add Solid.Bootstrapping --version 1.1.1
#r "nuget: Solid.Bootstrapping, 1.1.1"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- Solid.Practices.IoC (>= 1.1.1)
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,556 | 10/21/2022 |
2.3.6-rc1 | 1,216 | 10/4/2022 |
2.3.5 | 3,203 | 4/15/2022 |
2.3.4 | 6,731 | 1/23/2022 |
2.3.3 | 9,545 | 11/24/2021 |
2.3.3-rc1 | 699 | 11/21/2021 |
2.3.2 | 11,076 | 9/5/2021 |
2.3.2-rc2 | 570 | 9/4/2021 |
2.3.2-rc1 | 565 | 9/1/2021 |
2.3.1 | 10,839 | 6/21/2021 |
2.3.1-rc1 | 601 | 6/21/2021 |
2.3.0 | 7,084 | 4/23/2021 |
2.3.0-rc1 | 892 | 4/15/2021 |
2.2.0 | 18,869 | 5/10/2019 |
2.1.0 | 4,289 | 3/10/2019 |
2.0.0 | 3,276 | 1/15/2019 |
2.0.0-rc2 | 4,548 | 12/28/2018 |
2.0.0-rc1 | 4,095 | 12/3/2018 |
1.2.1-rc5 | 2,490 | 11/10/2018 |
1.2.1-rc4 | 9,941 | 5/20/2018 |
1.2.1-rc3 | 4,426 | 12/15/2017 |
1.2.1-rc2 | 1,685 | 12/1/2017 |
1.2.1-rc1 | 2,245 | 11/26/2017 |
1.2.0 | 7,010 | 8/9/2017 |
1.2.0-rc4 | 2,731 | 7/21/2017 |
1.2.0-rc3 | 3,584 | 7/19/2017 |
1.2.0-rc2 | 3,437 | 7/10/2017 |
1.2.0-rc1 | 782 | 5/20/2017 |
1.1.1 | 18,975 | 5/12/2016 |
1.1.0 | 9,411 | 4/17/2016 |
Added interfaces for ioc container registrator and resolver.
Removed interface for ioc container adapter.