Solid.Practices.Modularity 1.1.3

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

// Install Solid.Practices.Modularity as a Cake Tool
#tool nuget:?package=Solid.Practices.Modularity&version=1.1.3

This package provides means for composing module-based application.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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

Package Downloads
Solid.Practices.Composition.Core

This package provides utilities for composing modular applications.

Solid.Bootstrapping

This package provides abstractions over different bootstrapping capabilities: having ioc container, etc. as well as the most common middlewares to be used during bootstrapping

Attest.Tests.Core

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

LogoFX.Client.Bootstrapping

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

Attest.Fake.Data

This package provides means of storing and loading fake data using builders

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.6 7,473 10/21/2022
2.3.6-rc1 1,529 10/4/2022
2.3.5 5,281 4/15/2022
2.3.4 9,002 1/23/2022
2.3.3 10,675 11/24/2021
2.3.3-rc1 1,121 11/21/2021
2.3.2 13,005 9/5/2021
2.3.2-rc2 1,286 9/4/2021
2.3.2-rc1 1,257 9/1/2021
2.3.1 12,724 6/21/2021
2.3.1-rc1 1,322 6/21/2021
2.3.0 9,540 4/23/2021
2.3.0-rc1 1,759 4/15/2021
2.2.0 21,167 5/10/2019
2.1.0 5,524 3/10/2019
2.0.0 4,453 1/15/2019
2.0.0-rc1 9,569 12/3/2018
1.2.1-rc5 5,485 10/18/2018
1.2.1-rc4 3,317 9/26/2018
1.2.1-rc3 4,855 5/20/2018
1.2.1-rc2 4,747 12/15/2017
1.2.1-rc1 2,905 12/1/2017
1.2.0 4,036 8/9/2017
1.2.0-rc3 1,355 7/21/2017
1.2.0-rc2 2,891 7/10/2017
1.2.0-rc1 1,430 5/20/2017
1.1.3 11,458 5/8/2016
1.1.2 4,328 5/3/2016
1.1.1 10,111 3/27/2016
1.1.0 2,743 3/23/2016
1.0.9 1,955 3/22/2016
1.0.8 5,259 2/22/2016
1.0.7 5,016 2/1/2016
1.0.6 2,898 1/3/2016
1.0.5 4,129 10/3/2015
1.0.4 5,193 7/11/2015
1.0.0 1,070 7/11/2015

Allowing to pass ioc container registrator instead of ioc container to the registration helper methods.