3
3
[ ![ build] ( https://github.com/hlaueriksson/CommandQuery/actions/workflows/build.yml/badge.svg )] ( https://github.com/hlaueriksson/CommandQuery/actions/workflows/build.yml )
4
4
[ ![ CodeFactor] ( https://codefactor.io/repository/github/hlaueriksson/commandquery/badge )] ( https://codefactor.io/repository/github/hlaueriksson/commandquery )
5
5
6
+ [ ![ CommandQuery] ( https://img.shields.io/nuget/v/CommandQuery.svg?label=CommandQuery )] ( https://www.nuget.org/packages/CommandQuery )
7
+ [ ![ CommandQuery.Abstractions] ( https://img.shields.io/nuget/v/CommandQuery.Abstractions.svg?label=CommandQuery.Abstractions )] ( https://www.nuget.org/packages/CommandQuery.Abstractions )
8
+
6
9
[ ![ CommandQuery.AspNetCore] ( https://img.shields.io/nuget/v/CommandQuery.AspNetCore.svg?label=CommandQuery.AspNetCore )] ( https://www.nuget.org/packages/CommandQuery.AspNetCore )
7
10
[ ![ CommandQuery.AWSLambda] ( https://img.shields.io/nuget/v/CommandQuery.AWSLambda.svg?label=CommandQuery.AWSLambda )] ( https://www.nuget.org/packages/CommandQuery.AWSLambda )
8
11
[ ![ CommandQuery.AzureFunctions] ( https://img.shields.io/nuget/v/CommandQuery.AzureFunctions.svg?label=CommandQuery.AzureFunctions )] ( https://www.nuget.org/packages/CommandQuery.AzureFunctions )
9
12
[ ![ CommandQuery.GoogleCloudFunctions] ( https://img.shields.io/nuget/v/CommandQuery.GoogleCloudFunctions.svg?label=CommandQuery.GoogleCloudFunctions )] ( https://www.nuget.org/packages/CommandQuery.GoogleCloudFunctions )
10
13
11
- [ ![ CommandQuery] ( https://img.shields.io/nuget/v/CommandQuery.svg?label=CommandQuery )] ( https://www.nuget.org/packages/CommandQuery )
12
- [ ![ CommandQuery.Abstractions] ( https://img.shields.io/nuget/v/CommandQuery.Abstractions.svg?label=CommandQuery.Abstractions )] ( https://www.nuget.org/packages/CommandQuery.Abstractions )
13
-
14
14
[ ![ CommandQuery.Client] ( https://img.shields.io/nuget/v/CommandQuery.Client.svg?label=CommandQuery.Client )] ( https://www.nuget.org/packages/CommandQuery.Client )
15
15
16
16
## Content<!-- omit in toc -->
@@ -41,7 +41,6 @@ Available for:
41
41
⚡ AWS Lambda
42
42
⚡ Azure Functions
43
43
⚡ Google Cloud Functions
44
- 🌐 ASP.NET Web API 2
45
44
```
46
45
47
46
Command Query Separation?
@@ -84,8 +83,8 @@ The traditional approach that commands *do not return a value* is a bit inconven
84
83
85
84
- 📃 README: [ CommandQuery.AspNetCore.md] ( CommandQuery.AspNetCore.md )
86
85
- 💁 Samples:
87
- - [ ` CommandQuery.Sample.AspNetCore.V6 ` ] ( /samples/CommandQuery.Sample.AspNetCore.V6 )
88
- - [ ` CommandQuery.Sample.AspNetCore.V6. Tests ` ] ( /samples/CommandQuery.Sample.AspNetCore.V6 .Tests )
86
+ - [ ` CommandQuery.Sample.AspNetCore ` ] ( /samples/CommandQuery.Sample.AspNetCore )
87
+ - [ ` CommandQuery.Sample.AspNetCore.Tests ` ] ( /samples/CommandQuery.Sample.AspNetCore.Tests )
89
88
90
89
### ` CommandQuery.AWSLambda ` ⚡
91
90
@@ -106,8 +105,8 @@ The traditional approach that commands *do not return a value* is a bit inconven
106
105
107
106
- 📃 README: [ CommandQuery.AzureFunctions.md] ( CommandQuery.AzureFunctions.md )
108
107
- 💁 Samples:
109
- - [ ` CommandQuery.Sample.AzureFunctions.V6 ` ] ( /samples/CommandQuery.Sample.AzureFunctions.V6 )
110
- - [ ` CommandQuery.Sample.AzureFunctions.V6. Tests ` ] ( /samples/CommandQuery.Sample.AzureFunctions.V6 .Tests )
108
+ - [ ` CommandQuery.Sample.AzureFunctions ` ] ( /samples/CommandQuery.Sample.AzureFunctions )
109
+ - [ ` CommandQuery.Sample.AzureFunctions.Tests ` ] ( /samples/CommandQuery.Sample.AzureFunctions.Tests )
111
110
112
111
### ` CommandQuery.GoogleCloudFunctions ` ⚡
113
112
@@ -150,7 +149,7 @@ Upgrade AzureFunctions:
150
149
151
150
Upgrade GoogleCloudFunctions:
152
151
153
- - Upgrade the project target framework to ` net6 .0`
152
+ - Upgrade the project target framework to ` net8 .0`
154
153
- Remove the ` logger ` argument from ` HandleAsync `
155
154
156
155
## Acknowledgements
0 commit comments