Puffix.Cqrs 3.3.2

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

Puffix CQRS

CQRS framework implementation.

NuGet version (Puffix.Cqrs) Build status

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

Showing the top 4 NuGet packages that depend on Puffix.Cqrs:

Package Downloads
Puffix.Cqrs.IoC

IoC extension for puffix CQRS framework implementation.

Puffix.Cqrs.Rest

REST extension for CQRS framework implementation, to facilitate REST calls.

Puffix.Cqrs.SQLite

SQLite extension for repositories in Puffix CQRS framework implementation.

Puffix.Cqrs.CosmosDb

Cosmos DB extension for repositories in Puffix CQRS framework implementation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.3.2 256 5/15/2025
3.3.1 146 11/13/2024
3.3.0 116 11/12/2024
3.2.2 113 10/21/2024
3.2.1 150 8/20/2024
3.2.0 361 11/28/2023
3.1.0 1,238 11/16/2022
3.0.0 1,059 5/22/2022
2.0.0 1,075 11/11/2021
1.1.0 1,214 7/14/2021
1.0.2 987 4/5/2021
1.0.1 761 3/19/2021
1.0.0 1,145 3/14/2021

CQRS framework implementation.