Cratis.Applications 17.10.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Cratis.Applications --version 17.10.0
                    
NuGet\Install-Package Cratis.Applications -Version 17.10.0
                    
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="17.10.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cratis.Applications" Version="17.10.0" />
                    
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 17.10.0
                    
#r "nuget: Cratis.Applications, 17.10.0"
                    
#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.
#:package Cratis.Applications@17.10.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cratis.Applications&version=17.10.0
                    
Install as a Cake Addin
#tool nuget:?package=Cratis.Applications&version=17.10.0
                    
Install 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 (13)

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

Package Downloads
Cratis.Applications.MongoDB

Package Description

Cratis.Applications.Swagger

Package Description

Cratis.Chronicle.Storage.MongoDB

Package Description

Cratis.Chronicle.Grains

Package Description

Cratis.Chronicle.Orleans.XUnit

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.16.4 179 10/13/2025
17.16.3 175 10/13/2025
17.16.2 676 10/11/2025
17.16.1 271 10/10/2025
17.16.0 167 10/10/2025
17.15.2 197 10/10/2025
17.15.1 194 10/10/2025
17.15.0 297 10/7/2025
17.14.5 290 10/6/2025
17.14.4 324 10/6/2025
17.14.3 267 10/6/2025
17.14.2 259 10/6/2025
17.14.1 262 10/6/2025
17.14.0 260 10/5/2025
17.13.0 264 10/5/2025
17.12.4 197 10/4/2025
17.12.3 210 10/4/2025
17.12.2 248 10/3/2025
17.12.1 237 10/3/2025
17.12.0 233 10/3/2025
17.11.3 273 10/2/2025
17.11.2 276 10/2/2025
17.11.1 261 10/2/2025
17.11.0 280 10/2/2025
17.10.0 284 10/1/2025
17.9.7 284 10/1/2025
17.9.6 288 10/1/2025
17.9.5 543 9/30/2025
17.9.4 270 9/30/2025
17.9.3 278 9/30/2025
17.9.2 271 9/30/2025
17.9.0 317 9/29/2025
17.8.2 364 9/25/2025
17.8.1 341 9/20/2025
17.8.0 431 9/19/2025
17.7.2 400 9/18/2025
17.7.1 508 9/17/2025
17.7.0 486 9/16/2025
17.6.0 331 9/15/2025
17.5.0 311 9/15/2025
17.4.0 309 9/15/2025
17.3.0 192 9/14/2025
17.2.2 441 9/5/2025
17.2.1 686 8/17/2025
17.2.0 694 8/8/2025
17.1.2 305 8/7/2025
17.1.1 302 8/7/2025
17.1.0 346 8/6/2025
17.0.1 298 8/6/2025
16.0.2 1,679 6/23/2025
16.0.1 249 6/20/2025
16.0.0 865 6/1/2025
15.10.4 343 5/30/2025
15.10.3 620 5/10/2025
15.10.2 245 5/8/2025
15.10.0 2,197 4/19/2025
15.9.1 226 4/19/2025
15.8.3 420 4/13/2025
15.8.2 279 4/13/2025
15.8.1 246 4/13/2025
15.8.0 393 4/7/2025
15.7.3 262 4/7/2025
15.7.2 262 4/6/2025
15.7.1 230 4/6/2025
15.7.0 237 4/6/2025
15.6.0 1,622 3/25/2025
15.5.4 1,465 3/24/2025
15.5.3 380 3/23/2025
15.5.2 221 3/21/2025
15.5.1 238 3/20/2025
15.5.0 242 3/20/2025
15.4.6 424 3/20/2025
15.4.5 577 3/18/2025
15.4.4 238 3/18/2025
15.4.3 406 3/18/2025
15.4.2 344 3/16/2025
15.4.1 230 3/16/2025
15.4.0 226 3/16/2025
15.3.0 219 3/16/2025
15.2.2 369 3/13/2025
15.2.1 3,789 1/30/2025
15.2.0 202 1/30/2025
15.1.1 434 1/29/2025
15.1.0 195 1/28/2025
15.0.17 262 1/26/2025
15.0.16 197 1/26/2025
15.0.15 505 1/22/2025
15.0.14 728 1/22/2025
15.0.13 256 1/8/2025
15.0.12 1,493 1/2/2025
15.0.11 209 1/2/2025
15.0.10 218 1/2/2025
15.0.9 207 1/2/2025
15.0.8 215 1/2/2025
15.0.7 219 1/2/2025
15.0.6 211 1/2/2025
15.0.5 216 1/2/2025
15.0.4 214 1/1/2025
15.0.3 212 1/1/2025
15.0.2 222 1/1/2025
14.15.10 1,539 12/17/2024
14.15.9 207 12/17/2024
14.15.8 200 12/17/2024
14.15.7 579 12/13/2024
14.15.5 229 12/9/2024
14.15.4 196 12/9/2024
14.15.3 192 12/9/2024
14.15.1 397 12/4/2024
14.15.0 303 12/4/2024
14.14.12 230 12/4/2024
14.14.11 210 12/1/2024
14.14.10 643 11/28/2024
14.14.8 254 11/28/2024
14.14.6 206 11/27/2024
14.14.5 198 11/27/2024
14.14.4 219 11/27/2024
14.14.3 197 11/27/2024
14.14.1 223 11/27/2024
14.13.2 198 11/27/2024
14.12.12 232 11/14/2024
14.12.4 346 11/12/2024
14.12.1 643 11/3/2024
14.7.1 1,647 10/26/2024
14.7.0 518 10/25/2024
14.6.1 302 10/23/2024
14.6.0 249 10/23/2024
14.5.0 256 10/22/2024
14.4.2 282 10/22/2024
14.4.1 275 10/21/2024
14.4.0 275 10/21/2024
14.3.0 258 10/20/2024
14.2.0 269 10/19/2024
14.1.7 299 10/18/2024
14.1.6 275 10/18/2024
14.1.5 232 10/17/2024
14.1.4 269 10/17/2024
14.1.3 237 10/16/2024
14.1.2 233 10/16/2024
14.0.0 267 10/13/2024
13.12.0 491 10/9/2024
13.10.3 427 9/30/2024
13.10.2 1,269 9/22/2024
13.10.1 271 9/22/2024
13.9.4 309 9/18/2024
13.9.2 583 9/13/2024
13.8.1 460 9/10/2024
13.7.1 337 9/7/2024
13.7.0 393 9/5/2024
13.6.0 282 9/5/2024
13.5.4 297 9/5/2024
13.5.2 456 9/4/2024
13.5.0 312 9/2/2024
13.4.5 281 9/2/2024
13.4.4 287 9/1/2024
13.4.3 252 9/1/2024
13.4.2 289 9/1/2024
13.4.1 274 8/31/2024
13.4.0 277 8/31/2024
13.3.0 287 8/30/2024
13.2.0 270 8/29/2024
13.1.1 482 8/27/2024
13.1.0 266 8/27/2024
13.0.6 296 8/27/2024
13.0.5 289 8/27/2024
13.0.4 296 8/26/2024
13.0.3 270 8/26/2024
13.0.2 321 8/26/2024
13.0.1 312 8/23/2024
13.0.0 302 8/23/2024
12.1.10 885 8/13/2024
12.1.9 351 8/13/2024
12.1.7 368 8/2/2024
12.1.6 489 7/29/2024
12.1.5 233 7/29/2024
12.1.4 235 7/29/2024
12.1.3 207 7/29/2024
12.1.2 304 7/23/2024
12.1.1 267 7/23/2024
12.1.0 228 7/23/2024
12.0.0 312 7/22/2024
11.2.0 212 7/18/2024
11.1.2 146 7/18/2024
11.1.1 242 7/5/2024
11.1.0 161 7/5/2024
11.0.2 161 7/5/2024
11.0.1 161 7/4/2024
11.0.0 160 6/25/2024
10.3.4 333 6/20/2024
10.3.3 146 6/20/2024
10.3.2 147 6/20/2024
10.3.1 154 6/20/2024
10.1.10 318 6/10/2024
10.1.9 198 6/7/2024
10.1.8 166 6/4/2024
10.1.7 158 6/4/2024
10.1.6 157 6/4/2024
10.1.4 155 6/4/2024
10.1.3 166 6/4/2024
10.1.1 154 6/4/2024
10.0.5 159 5/30/2024
10.0.4 158 5/30/2024
10.0.3 179 5/30/2024
10.0.1 163 5/27/2024
10.0.0 152 5/26/2024
9.0.3 170 5/12/2024