Cratis.Applications 15.10.3

Prefix Reserved
dotnet add package Cratis.Applications --version 15.10.3
                    
NuGet\Install-Package Cratis.Applications -Version 15.10.3
                    
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="Cratis.Applications" Version="15.10.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cratis.Applications" Version="15.10.3" />
                    
Directory.Packages.props
<PackageReference Include="Cratis.Applications" />
                    
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 Cratis.Applications --version 15.10.3
                    
#r "nuget: Cratis.Applications, 15.10.3"
                    
#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=Cratis.Applications&version=15.10.3
                    
Install Cratis.Applications as a Cake Addin
#tool nuget:?package=Cratis.Applications&version=15.10.3
                    
Install Cratis.Applications as a Cake Tool

Cratis Application Model

Packages / Deployables

Nuget NPM

Builds

.NET Build JavaScript Build Documentation site

Description

The Cratis 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 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 net8.0 is compatible.  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 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Cratis.Applications:

Package Downloads
Cratis.Applications.MongoDB

Package Description

Cratis.Chronicle.Grains

Package Description

Cratis.Applications.Swagger

Package Description

Cratis.Chronicle.Server

Package Description

Cratis.Chronicle.Api

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
15.10.3 473 5/10/2025
15.10.2 160 5/8/2025
15.10.0 1,142 4/19/2025
15.9.1 148 4/19/2025
15.8.3 309 4/13/2025
15.8.2 200 4/13/2025
15.8.1 162 4/13/2025
15.8.0 313 4/7/2025
15.7.3 186 4/7/2025
15.7.2 185 4/6/2025
15.7.1 158 4/6/2025
15.7.0 157 4/6/2025
15.6.0 1,392 3/25/2025
15.5.4 1,015 3/24/2025
15.5.3 273 3/23/2025
15.5.2 151 3/21/2025
15.5.1 167 3/20/2025
15.5.0 168 3/20/2025
15.4.6 316 3/20/2025
15.4.5 389 3/18/2025
15.4.4 166 3/18/2025
15.4.3 294 3/18/2025
15.4.2 221 3/16/2025
15.4.1 153 3/16/2025
15.4.0 149 3/16/2025
15.3.0 152 3/16/2025
15.2.2 264 3/13/2025
15.2.1 2,635 1/30/2025
15.2.0 125 1/30/2025
15.1.1 363 1/29/2025
15.1.0 123 1/28/2025
15.0.17 195 1/26/2025
15.0.16 124 1/26/2025
15.0.15 400 1/22/2025
15.0.14 573 1/22/2025
15.0.13 175 1/8/2025
15.0.12 1,099 1/2/2025
15.0.11 133 1/2/2025
15.0.10 133 1/2/2025
15.0.9 135 1/2/2025
15.0.8 141 1/2/2025
15.0.7 133 1/2/2025
15.0.6 139 1/2/2025
15.0.5 138 1/2/2025
15.0.4 141 1/1/2025
15.0.3 138 1/1/2025
15.0.2 140 1/1/2025
14.15.10 1,042 12/17/2024
14.15.9 131 12/17/2024
14.15.8 131 12/17/2024
14.15.7 377 12/13/2024
14.15.5 163 12/9/2024
14.15.4 121 12/9/2024
14.15.3 123 12/9/2024
14.15.1 286 12/4/2024
14.15.0 194 12/4/2024
14.14.12 161 12/4/2024
14.14.11 132 12/1/2024
14.14.10 421 11/28/2024
14.14.8 168 11/28/2024
14.14.6 129 11/27/2024
14.14.5 121 11/27/2024
14.14.4 134 11/27/2024
14.14.3 125 11/27/2024
14.14.1 135 11/27/2024
14.13.2 124 11/27/2024
14.12.12 154 11/14/2024
14.12.4 252 11/12/2024
14.12.1 565 11/3/2024
14.7.1 1,303 10/26/2024
14.7.0 416 10/25/2024
14.6.1 201 10/23/2024
14.6.0 170 10/23/2024
14.5.0 160 10/22/2024
14.4.2 191 10/22/2024
14.4.1 187 10/21/2024
14.4.0 181 10/21/2024
14.3.0 173 10/20/2024
14.2.0 189 10/19/2024
14.1.7 203 10/18/2024
14.1.6 180 10/18/2024
14.1.5 155 10/17/2024
14.1.4 171 10/17/2024
14.1.3 149 10/16/2024
14.1.2 157 10/16/2024
14.0.0 180 10/13/2024
13.12.0 364 10/9/2024
13.10.3 335 9/30/2024
13.10.2 1,076 9/22/2024
13.10.1 184 9/22/2024
13.9.4 213 9/18/2024
13.9.2 505 9/13/2024
13.8.1 364 9/10/2024
13.7.1 253 9/7/2024
13.7.0 334 9/5/2024
13.6.0 193 9/5/2024
13.5.4 214 9/5/2024
13.5.2 356 9/4/2024
13.5.0 221 9/2/2024
13.4.5 190 9/2/2024
13.4.4 196 9/1/2024
13.4.3 181 9/1/2024
13.4.2 198 9/1/2024
13.4.1 196 8/31/2024
13.4.0 211 8/31/2024
13.3.0 184 8/30/2024
13.2.0 190 8/29/2024
13.1.1 395 8/27/2024
13.1.0 187 8/27/2024
13.0.6 219 8/27/2024
13.0.5 191 8/27/2024
13.0.4 195 8/26/2024
13.0.3 183 8/26/2024
13.0.2 247 8/26/2024
13.0.1 220 8/23/2024
13.0.0 222 8/23/2024
12.1.10 804 8/13/2024
12.1.9 277 8/13/2024
12.1.7 283 8/2/2024
12.1.6 395 7/29/2024
12.1.5 142 7/29/2024
12.1.4 134 7/29/2024
12.1.3 136 7/29/2024
12.1.2 223 7/23/2024
12.1.1 174 7/23/2024
12.1.0 142 7/23/2024
12.0.0 223 7/22/2024
11.2.0 168 7/18/2024
11.1.2 108 7/18/2024
11.1.1 204 7/5/2024
11.1.0 121 7/5/2024
11.0.2 124 7/5/2024
11.0.1 121 7/4/2024
11.0.0 116 6/25/2024
10.3.4 296 6/20/2024
10.3.3 108 6/20/2024
10.3.2 112 6/20/2024
10.3.1 107 6/20/2024
10.1.10 279 6/10/2024
10.1.9 156 6/7/2024
10.1.8 127 6/4/2024
10.1.7 116 6/4/2024
10.1.6 114 6/4/2024
10.1.4 114 6/4/2024
10.1.3 118 6/4/2024
10.1.1 112 6/4/2024
10.0.5 120 5/30/2024
10.0.4 119 5/30/2024
10.0.3 141 5/30/2024
10.0.1 122 5/27/2024
10.0.0 114 5/26/2024
9.0.3 122 5/12/2024