Conqueror.CQS 0.1.0-beta.10

This is a prerelease version of Conqueror.CQS.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Conqueror.CQS --version 0.1.0-beta.10
                    
NuGet\Install-Package Conqueror.CQS -Version 0.1.0-beta.10
                    
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="Conqueror.CQS" Version="0.1.0-beta.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Conqueror.CQS" Version="0.1.0-beta.10" />
                    
Directory.Packages.props
<PackageReference Include="Conqueror.CQS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Conqueror.CQS --version 0.1.0-beta.10
                    
#r "nuget: Conqueror.CQS, 0.1.0-beta.10"
                    
#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.
#addin nuget:?package=Conqueror.CQS&version=0.1.0-beta.10&prerelease
                    
Install Conqueror.CQS as a Cake Addin
#tool nuget:?package=Conqueror.CQS&version=0.1.0-beta.10&prerelease
                    
Install Conqueror.CQS as a Cake Tool

Conqueror

A set of libraries to powercharge your .NET development.

Open points

Breaking changes

  • make event publisher middleware pipeline configurable
  • change HTTP client options to expose provider through options object instead of using factory properties

Enhancements

  • allow middlewares to implement multiple interfaces

  • validate pipeline configuration method signature

  • pass through custom interface extra methods to backing instance

  • add support for .NET standard 2.0

  • allow accessing query context via accessor interface (async local)

  • add trace IDs to commands and query contexts

    • integrate trace ID from ASP Core if using HTTP package
  • allow registering all custom interfaces in assembly as HTTP client (allow specifying options for all those clients)

  • pull some logic for HTTP into a Http.Common package

    • for example default strategy for routes
  • add analyzer that ensures the ConfigurePipeline method is present on all handlers (including code fix)

  • eventing

    • make event publishing strategy customizable
    • ship two strategies out of the box (parallel and sequential)
      • make them available as service collection extension methods
    • sequential strategy as default
    • handle cancellation in strategy
  • http client edge cases (i.e. write tests)

    • complex query objects for GET
    • custom serializer settings for read/write
    • null properties
    • null GET parameters
    • throw error on double http service registration
  • http server edge cases

    • throw error when duplicate command name is found
  • for some features provide code snippets in documentation instead of library (e.g. common middlewares etc.)

  • create Conqueror and Conqueror.Abstractions entry packages that combine CQS and Eventing

Bugfixes

  • use .ConfigureAwait(false) everywhere
  • add null checks to public API methods
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Conqueror.CQS:

Package Downloads
Conqueror.CQS.Transport.Http.Server.AspNetCore

Part of the Conqueror library set. Automatically generate HTTP endpoints for apps using ASP Core and the Conqueror command-query-separation (CQS) package.

Conqueror.CQS.Transport.Http.Client

Part of the Conqueror library set. Create HTTP clients for servers using the Conqueror command-query-separation (CQS) package.

Conqueror.CQS.Middleware.Logging

Part of the Conqueror library set. Logging middlewares for command-query-separation (CQS).

Conqueror.CQS.Middleware.DataAnnotationValidation

Part of the Conqueror library set. Data annotation validation middlewares for command-query-separation (CQS).

Conqueror.CQS.Middleware.Polly

Part of the Conqueror library set. Polly middlewares for command-query-separation (CQS).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0-deprecated.4 220 8 days ago
0.7.0-deprecated.3 144 8 days ago
0.7.0-deprecated.2 169 9 days ago
0.7.0-beta.1 270 2 months ago
0.6.0-beta.2 85 8 months ago
0.6.0-beta.1 80 8 months ago
0.5.0-beta.4 191 11/19/2023
0.5.0-beta.3 122 7/18/2023
0.5.0-beta.2 104 7/15/2023
0.5.0-beta.1 98 4/22/2023
0.4.0-beta.2 118 2/26/2023
0.4.0-beta.1 108 2/25/2023
0.3.0-beta.3 110 2/12/2023
0.3.0-beta.2 146 1/9/2023
0.3.0-beta.1 132 1/7/2023
0.2.0-beta.3 133 1/1/2023
0.2.0-beta.2 186 11/9/2022
0.2.0-beta.1 136 11/6/2022
0.1.0-beta.21 123 10/29/2022
0.1.0-beta.20 121 10/28/2022
0.1.0-beta.19 154 10/20/2022
0.1.0-beta.18 117 10/16/2022
0.1.0-beta.17 117 10/16/2022
0.1.0-beta.16 118 10/16/2022
0.1.0-beta.15 117 10/15/2022
0.1.0-beta.14 154 7/31/2022
0.1.0-beta.13 150 7/31/2022
0.1.0-beta.12 137 7/30/2022
0.1.0-beta.11 136 7/30/2022
0.1.0-beta.10 129 7/30/2022
0.1.0-beta.9 136 7/30/2022
0.1.0-beta.8 141 7/16/2022
0.1.0-beta.7 157 7/3/2022
0.1.0-beta.6 156 4/19/2022
0.1.0-beta.5 151 4/17/2022
0.1.0-beta.4 149 4/17/2022
0.1.0-beta.3 150 4/17/2022
0.1.0-beta.2 150 4/17/2022
0.1.0-beta.1 160 4/17/2022