CommandQuery.AspNetCore
1.0.0
See the version list below for details.
dotnet add package CommandQuery.AspNetCore --version 1.0.0
NuGet\Install-Package CommandQuery.AspNetCore -Version 1.0.0
<PackageReference Include="CommandQuery.AspNetCore" Version="1.0.0" />
paket add CommandQuery.AspNetCore --version 1.0.0
#r "nuget: CommandQuery.AspNetCore, 1.0.0"
// Install CommandQuery.AspNetCore as a Cake Addin #addin nuget:?package=CommandQuery.AspNetCore&version=1.0.0 // Install CommandQuery.AspNetCore as a Cake Tool #tool nuget:?package=CommandQuery.AspNetCore&version=1.0.0
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/
Product | Versions 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 | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
-
.NETCoreApp 2.1
- CommandQuery (>= 1.0.0)
- CommandQuery.DependencyInjection (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
-
.NETCoreApp 3.1
- CommandQuery (>= 1.0.0)
- CommandQuery.DependencyInjection (>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CommandQuery.AspNetCore:
Repository | Stars |
---|---|
hlaueriksson/CommandQuery
Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 130 | 7/13/2024 |
3.0.0 | 519 | 1/9/2023 |
2.0.0 | 748 | 7/29/2021 |
1.0.0 | 2,185 | 2/2/2020 |
0.9.0 | 1,511 | 11/20/2019 |
0.8.0 | 4,161 | 2/16/2019 |
0.7.0 | 1,017 | 9/22/2018 |
0.6.0 | 957 | 9/15/2018 |
0.5.0 | 1,084 | 7/6/2018 |
0.4.0 | 1,027 | 5/16/2018 |
0.3.2 | 1,133 | 5/1/2018 |
0.3.1 | 1,125 | 1/6/2018 |
0.3.0 | 1,120 | 1/3/2018 |
0.2.0 | 1,073 | 4/25/2017 |
☑️ Target netcoreapp3.1 and netcoreapp2.1
☑️ Changed dependency from Microsoft.AspNetCore.Mvc to Microsoft.AspNetCore.Mvc.Core
☑️ Controllers for commands and queries are now generated at runtime
☑️ This is done via extended configuration in Startup.cs
☑️ Removed the base classes BaseCommandController and BaseQueryController
☑️ Improved logging