CommandQuery 0.2.0

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

// Install CommandQuery as a Cake Tool
#tool nuget:?package=CommandQuery&version=0.2.0

Command Query Separation for .NET Core

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp1.1 is compatible.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on CommandQuery:

Package Downloads
CommandQuery.AspNetCore

Command Query Separation for ASP.NET Core 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNetCore/

CommandQuery.AzureFunctions

Command Query Separation for Azure Functions ⚡ ✔️ Provides generic function support for commands and queries with HTTPTriggers ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AzureFunctions/

CommandQuery.AWSLambda

Command Query Separation for AWS Lambda ⚡ ✔️ Provides generic function support for commands and queries with Amazon API Gateway ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AWSLambda/

CommandQuery.AspNet.WebApi

Command Query Separation for ASP.NET Web API 2 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNet.WebApi/

CommandQuery.SystemTextJson

System.Text.Json extensions for CommandQuery

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CommandQuery:

Repository Stars
hlaueriksson/CommandQuery
Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions
Version Downloads Last updated
3.0.0 1,265 1/9/2023
2.0.0 1,489 7/29/2021
1.0.0 3,850 2/2/2020
0.9.0 2,527 11/20/2019
0.8.0 4,921 2/16/2019
0.7.0 1,806 9/22/2018
0.6.0 1,797 9/15/2018
0.5.0 1,840 7/6/2018
0.4.0 1,650 5/16/2018
0.3.2 1,740 5/1/2018
0.3.1 1,728 1/6/2018
0.3.0 1,667 1/3/2018
0.2.0 1,806 4/25/2017
0.1.1 1,493 8/29/2016
0.1.0 1,299 8/28/2016

Moved framework specific code to the CommandQuery.AspNetCore and CommandQuery.AzureFunctions packages. This package now only contains common base functionality.