This code has been written with Visual Studio 2022.
The unit tests are using NUnit.
Try out the sample projects via the Postman Workspace:
Or via the .http
files in Visual Studio:
- Open the
CommandQuery.Samples.sln
- Open a
.http
file in theHttpFiles
folder - Select en environment in the HTTP Environments (F6) dropdown:
AspNetCore
|AWSLambda
|AzureFunctions
|GoogleCloudFunctions
|http://localhost:7071
- Click the
Send request
link
Sample code:
CommandQuery.Sample.Contracts
CommandQuery.Sample.Handlers
Sample code:
CommandQuery.Sample.AspNetCore
CommandQuery.Sample.AspNetCore.Tests
Sample code:
CommandQuery.Sample.AWSLambda
CommandQuery.Sample.AWSLambda.Tests
Sample code:
CommandQuery.Sample.AzureFunctions
CommandQuery.Sample.AzureFunctions.Tests
Sample code:
CommandQuery.Sample.GoogleCloudFunctions
CommandQuery.Sample.GoogleCloudFunctions.Tests
Sample code:
CommandQuery.Sample.Client