ServiceComposer.AspNetCore 5.1.0

dotnet add package ServiceComposer.AspNetCore --version 5.1.0
                    
NuGet\Install-Package ServiceComposer.AspNetCore -Version 5.1.0
                    
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="ServiceComposer.AspNetCore" Version="5.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ServiceComposer.AspNetCore" Version="5.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ServiceComposer.AspNetCore" />
                    
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 ServiceComposer.AspNetCore --version 5.1.0
                    
#r "nuget: ServiceComposer.AspNetCore, 5.1.0"
                    
#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.
#:package ServiceComposer.AspNetCore@5.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ServiceComposer.AspNetCore&version=5.1.0
                    
Install as a Cake Addin
#tool nuget:?package=ServiceComposer.AspNetCore&version=5.1.0
                    
Install as a Cake Tool

Services ViewModel Composition

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ServiceComposer.AspNetCore:

Package Downloads
ServiceComposer.AspNetCore.Mvc

Services ViewModel Composition for Asp.Net Core Mvc

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ServiceComposer.AspNetCore:

Repository Stars
Particular/Workshop
SOA Done Right
mauroservienti/all-our-aggregates-are-wrong-demos
A microservices powered e-commerce shopping cart sample - based on SOA principles. Demos and sample for my "All our Aggregates are Wrong" talk
Version Downloads Last Updated
5.1.0 95 2/24/2026
5.0.0 277 2/20/2026
4.3.0 72 2/20/2026
4.2.0 67 2/20/2026
4.1.3 11,881 2/19/2025
4.1.2 1,723 1/30/2025
4.1.1 6,591 1/24/2025
4.1.0 922 1/3/2025
4.0.0 1,726 12/8/2024
3.1.0 689 11/22/2024
3.0.0 592 11/15/2024
2.2.0 4,386 5/1/2024
2.1.0 1,327 4/16/2024
2.0.1 8,069 6/14/2023
2.0.0 2,561 1/2/2023
1.13.0 4,077 4/8/2022
1.12.0 799 2/17/2022
1.11.0 995 10/16/2021
1.10.0 656 10/8/2021
Loading failed