Conqueror.CQS.Abstractions 0.1.0-beta.17

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

Conqueror

A set of libraries to powercharge your .NET development.

Open points

Breaking changes

  • make event publisher middleware pipeline configurable

Enhancements

  • add new packages for streaming

    • in streaming support both "interactive" and "reactive" streams
  • add ASP core extension package for streaming

    • allow choosing transport (initially only websockets are supported)
    • for interactive streaming allow setting prefetch options (e.g. buffer size, prefetch batch size)
  • expose contexts directly on middleware contexts

  • pass through custom interface extra methods to backing instance

  • add trace IDs to commands and query contexts

    • integrate trace ID from ASP Core if using HTTP package
  • allow attaching middlewares to http clients (via the configuration action)

  • allow registering all custom interfaces in assembly as HTTP clients with AddConquerorHttpClientsFromAssembly(Assembly assembly, Func<IServiceProvider, HttpClient> httpClientFactory)

  • allow path to be set for http commands and queries

  • for .NET 6 add analyzer that ensures the ConfigurePipeline method is present on all handlers with pipeline configuration interface (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
    • add tests for service collection configuration
  • 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.)

Bugfixes

  • use .ConfigureAwait(false) everywhere
  • add null checks to public API methods to support users that do not use nullable reference types
Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (3)

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

Package Downloads
Conqueror.CQS

Part of the Conqueror library set. Powercharge your application by using command-query-separation (CQS).

Conqueror.Abstractions

Collection package that provides a simple entry point to all abstractions Conqueror packages.

Conqueror.CQS.Transport.Http.Abstractions

Part of the Conqueror library set. Abstractions for all command-query-separation (CQS) ASP Core extension packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0-beta.1 118 3/10/2025
0.6.0-beta.2 83 8/25/2024
0.6.0-beta.1 84 8/13/2024
0.5.0-beta.4 203 11/19/2023
0.5.0-beta.3 123 7/18/2023
0.5.0-beta.2 109 7/15/2023
0.5.0-beta.1 114 4/22/2023
0.4.0-beta.2 126 2/26/2023
0.4.0-beta.1 112 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 130 1/7/2023
0.2.0-beta.3 124 1/1/2023
0.2.0-beta.2 181 11/9/2022
0.2.0-beta.1 138 11/6/2022
0.1.0-beta.21 124 10/29/2022
0.1.0-beta.20 121 10/28/2022
0.1.0-beta.19 164 10/20/2022
0.1.0-beta.18 127 10/16/2022
0.1.0-beta.17 121 10/16/2022
0.1.0-beta.16 122 10/16/2022
0.1.0-beta.15 120 10/15/2022
0.1.0-beta.14 167 7/31/2022
0.1.0-beta.13 137 7/31/2022
0.1.0-beta.12 138 7/30/2022
0.1.0-beta.11 142 7/30/2022
0.1.0-beta.10 120 7/30/2022
0.1.0-beta.9 131 7/30/2022
0.1.0-beta.8 152 7/16/2022
0.1.0-beta.7 155 7/3/2022
0.1.0-beta.6 148 4/19/2022
0.1.0-beta.5 154 4/17/2022
0.1.0-beta.4 150 4/17/2022
0.1.0-beta.3 151 4/17/2022
0.1.0-beta.2 143 4/17/2022
0.1.0-beta.1 163 4/17/2022