Solid.Practices.Composition.Core 1.1.4

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

This package provides utilities for
composing module-based applications.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

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

Package Downloads
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

LogoFX.Client.Bootstrapping.Core

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

LogoFX.Bootstrapping

LogoFX Bootstrapping containing interface for a bootstrapper. This interface is equally applicable at both the client and the server sides of an application. Also includes composition helpers.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.3.6 7,201 10/21/2022
2.3.6-rc1 1,764 10/4/2022
2.3.5 4,665 4/15/2022
2.3.4 8,661 1/23/2022
2.3.3 10,388 11/24/2021
2.3.3-rc1 1,233 11/21/2021
2.3.2 12,361 9/5/2021
2.3.2-rc2 1,344 9/4/2021
2.3.2-rc1 1,323 9/1/2021
2.3.1 12,229 6/21/2021
2.3.1-rc1 1,399 6/21/2021
2.3.0 9,008 4/23/2021
2.3.0-rc1 1,744 4/15/2021
2.2.0 20,570 5/10/2019
2.1.0 5,486 3/10/2019
2.0.0 4,395 1/15/2019
2.0.0-rc3 3,007 12/31/2018
2.0.0-rc2 4,676 12/28/2018
2.0.0-rc1 4,905 12/3/2018
1.2.1-rc9 4,193 10/26/2018
1.2.1-rc8 8,010 6/14/2018
1.2.1-rc7 2,060 5/20/2018
1.2.1-rc6 1,658 5/15/2018
1.2.1-rc5 1,724 5/15/2018
1.2.1-rc4 1,658 2/1/2018
1.2.1-rc3 2,950 12/15/2017
1.2.1-rc2 2,108 12/4/2017
1.2.1-rc1 1,860 12/2/2017
1.2.0 3,568 8/9/2017
1.2.0-rc2 3,277 7/10/2017
1.2.0-rc1 1,547 5/20/2017
1.1.7 2,996 12/22/2016
1.1.6 5,545 7/22/2016
1.1.5 5,624 5/3/2016
1.1.4 3,055 4/11/2016
1.1.3 3,128 3/23/2016
1.0.9 2,836 3/14/2016
1.0.8 4,734 3/9/2016
1.0.7 3,681 2/2/2016

Added root path resolution to the platform provider in order to support win81 and wpa81 platforms.