Aksio.Applications.CQRS 1.5.9

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Aksio.Applications.CQRS --version 1.5.9
NuGet\Install-Package Aksio.Applications.CQRS -Version 1.5.9
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="Aksio.Applications.CQRS" Version="1.5.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aksio.Applications.CQRS --version 1.5.9
#r "nuget: Aksio.Applications.CQRS, 1.5.9"
#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.
// Install Aksio.Applications.CQRS as a Cake Addin
#addin nuget:?package=Aksio.Applications.CQRS&version=1.5.9

// Install Aksio.Applications.CQRS as a Cake Tool
#tool nuget:?package=Aksio.Applications.CQRS&version=1.5.9

Aksio Application Model

Packages / Deployables

Nuget NPM

Builds

.NET Build JavaScript Build

Description

The Aksio Application model represents an opinionated approach to building consistent applications based on the concepts behind CQRS. It offers extensions for different frameworks and is built on top of ASP.NET Core. One of the traits the application model has is the bridging between the backend and the frontend. The application model provides a tool, called ProxyGenerator that hooks into the C# Roslyn compiler and generates TypeScript code for recognized artifacts matching the criteria of what is considered a commmand or a query.

Contributing

If you want to jump into building this repository and possibly contributing, please refer to contributing.

Prerequisites

The following are prerequisites to work with this repository.

Central Package Management

This repository leverages Central Package Management, which means that all package versions are managed from a file at the root level called Directory.Packages.props.

In addition there are also Directory.Build.props files for setting up common settings that are applied cross cuttingly.

Root package.json

The package.json found at the root level defines all the workspaces. It is assumed

All developer dependencies are defined in the top level package.json. The reason for this is to be able to provide global scripts for every package to use for easier maintenance.

The package.json found at the top level contains scripts that can then be used in a child project for this to work properly.

In a package, all you need to do is to define the scripts to use the global scripts in the `package.json´ of that project:

{
    "scripts": {
        "prepublish": "yarn g:build",
        "clean": "yarn g:clean",
        "build": "yarn g:build",
        "lint": "yarn g:lint",
        "lint:ci": "yarn g:lint:ci",
        "test": "yarn g:test",
        "ci": "yarn g:ci",
        "up": "yarn g:up"
    }
}
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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Aksio.Applications.CQRS:

Package Downloads
Aksio.Applications.CQRS.MongoDB The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Aksio.Cratis.Kernel.Read The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

Aksio.Applications The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.9 316 1/12/2024
1.5.8 144 12/15/2023
1.5.7 7,860 12/14/2023
1.5.6 125 12/13/2023
1.5.5 993 12/11/2023
1.5.4 484 12/7/2023
1.5.3 196 11/29/2023
1.5.2 130 11/29/2023
1.5.1 146 11/25/2023
1.5.0 165 11/17/2023
1.4.2 347 10/17/2023
1.4.1 3,758 10/2/2023
1.4.0 189 10/2/2023
1.3.1 233 9/29/2023
1.3.0 134 9/28/2023
1.2.2 238 9/25/2023
1.2.1 172 9/14/2023
1.2.0 888 9/6/2023
1.1.19 139 9/4/2023
1.1.18 1,233 8/30/2023
1.1.17 1,380 8/22/2023
1.1.16 159 8/21/2023
1.1.15 166 8/19/2023
1.1.14 843 7/25/2023
1.1.13 163 7/25/2023
1.1.12 759 7/18/2023
1.1.11 179 7/18/2023
1.1.10 164 7/18/2023
1.1.9 181 7/18/2023
1.1.8 323 7/14/2023
1.1.7 198 7/12/2023
1.1.6 199 7/11/2023
1.1.5 164 7/11/2023
1.1.4 228 7/10/2023
1.1.3 164 7/10/2023
1.1.2 182 6/20/2023
1.1.1 172 6/20/2023
1.1.0 183 6/20/2023
1.0.12 182 6/16/2023
1.0.11 178 6/14/2023
1.0.10 175 6/14/2023
1.0.9 188 6/11/2023
1.0.8 189 6/10/2023
1.0.7 186 6/10/2023
1.0.6 224 6/9/2023
1.0.5 192 5/30/2023
1.0.4 207 5/25/2023
1.0.3 226 5/25/2023
1.0.2 209 5/25/2023
1.0.1 216 5/25/2023
1.0.0 245 5/25/2023
0.0.12 203 5/25/2023
0.0.11 190 5/24/2023
0.0.10 190 5/24/2023
0.0.9 188 5/24/2023
0.0.8 193 5/24/2023
0.0.7 191 5/23/2023
0.0.6 187 5/23/2023
0.0.5 187 5/23/2023
0.0.3 183 5/23/2023
0.0.2 218 5/23/2023