Matt.SharedKernel 1.1.0

dotnet add package Matt.SharedKernel --version 1.1.0
                    
NuGet\Install-Package Matt.SharedKernel -Version 1.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="Matt.SharedKernel" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Matt.SharedKernel" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Matt.SharedKernel" />
                    
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 Matt.SharedKernel --version 1.1.0
                    
#r "nuget: Matt.SharedKernel, 1.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 Matt.SharedKernel@1.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=Matt.SharedKernel&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Matt.SharedKernel&version=1.1.0
                    
Install as a Cake Tool

Matt SharedKernel

Get started

Simplify the implementation of Domain-Driven Design (DDD) principles and accelerate your CQRS (Command Query Responsibility Segregation) journey when using my nuget package. This offers a versatile collection of interfaces and classes meticulously crafted to streamline DDD practices, leverage the Specification Pattern, and more.

Key Features:

  • Aggregate Principle: Enforce the Aggregate principle effortlessly within your domain model to maintain consistency and transactional integrity.

  • Specification Pattern: Define reusable, composable specifications for querying domain objects with ease.

  • CQRS and Mediator with MediatR: Seamlessly integrate and implement CQRS patterns along with the Mediator pattern using the MediatR library for clear separation of command and query responsibilities.

  • Result Object Patterns: Leverage the Result object patterns to handle and convey outcomes and errors consistently across your application layers.

  • Auditing Support: Implement robust auditing mechanisms for tracking and managing changes within your system using auditing functionalities.

  • Auto Registering DI: Simplify Dependency Injection (DI) by facilitating auto-registration of dependencies, reducing the manual configuration overhead.

With a suite of utilities tailored for DDD, CQRS, Mediator, Result patterns, Auditing, and DI, our package empowers developers to focus on business logic implementation rather than wrestling with infrastructure complexities.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 148 12/22/2024
1.0.9.9 124 11/27/2024
1.0.9.8 123 11/24/2024
1.0.9.7 125 11/24/2024
1.0.9.6 168 6/13/2024
1.0.9.5 142 5/10/2024
1.0.9.3 154 4/16/2024
1.0.9.2 143 3/28/2024
1.0.9.1 162 3/11/2024
1.0.9 171 1/27/2024
1.0.8 153 1/16/2024
1.0.7 138 1/16/2024
1.0.6 146 1/15/2024