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" />
<PackageVersion Include="CommandQuery.AspNetCore" Version="1.0.0" />
<PackageReference Include="CommandQuery.AspNetCore" />
paket add CommandQuery.AspNetCore --version 1.0.0
#r "nuget: CommandQuery.AspNetCore, 1.0.0"
#:package CommandQuery.AspNetCore@1.0.0
#addin nuget:?package=CommandQuery.AspNetCore&version=1.0.0
#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. net9.0 was computed. 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. |
| .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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 617 | 7/13/2024 |
| 3.0.0 | 707 | 1/9/2023 |
| 2.0.0 | 985 | 7/29/2021 |
| 1.0.0 | 2,436 | 2/2/2020 |
| 0.9.0 | 1,718 | 11/20/2019 |
| 0.8.0 | 4,389 | 2/16/2019 |
| 0.7.0 | 1,262 | 9/22/2018 |
| 0.6.0 | 1,197 | 9/15/2018 |
| 0.5.0 | 1,599 | 7/6/2018 |
| 0.4.0 | 1,545 | 5/16/2018 |
| 0.3.2 | 1,657 | 5/1/2018 |
| 0.3.1 | 1,644 | 1/6/2018 |
| 0.3.0 | 1,646 | 1/3/2018 |
| 0.2.0 | 1,466 | 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