Cratis.Applications 17.20.1

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.20.1
                    
NuGet\Install-Package Cratis.Applications -Version 17.20.1
                    
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.20.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cratis.Applications" Version="17.20.1" />
                    
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.20.1
                    
#r "nuget: Cratis.Applications, 17.20.1"
                    
#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.20.1
                    
#: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.20.1
                    
Install as a Cake Addin
#tool nuget:?package=Cratis.Applications&version=17.20.1
                    
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.24.15 0 11/25/2025
17.24.14 0 11/25/2025
17.24.13 0 11/25/2025
17.24.12 0 11/25/2025
17.24.11 2 11/25/2025
17.24.10 97 11/24/2025
17.24.9 173 11/23/2025
17.24.8 94 11/23/2025
17.24.6 297 11/23/2025
17.24.5 177 11/22/2025
17.24.4 360 11/21/2025
17.24.3 325 11/21/2025
17.24.2 399 11/20/2025
17.24.1 377 11/20/2025
17.24.0 383 11/20/2025
17.23.4 383 11/20/2025
17.23.3 445 11/19/2025
17.23.2 1,326 11/19/2025
17.23.1 422 11/18/2025
17.23.0 420 11/18/2025
17.22.20 418 11/18/2025
17.22.19 430 11/18/2025
17.22.18 286 11/16/2025
17.22.17 320 11/16/2025
17.22.15 281 11/15/2025
17.22.14 272 11/15/2025
17.22.13 1,053 11/10/2025
17.22.12 2,126 11/6/2025
17.22.11 466 11/5/2025
17.22.10 1,128 11/2/2025
17.22.9 285 11/2/2025
17.22.8 277 11/2/2025
17.22.7 283 11/2/2025
17.22.6 282 11/2/2025
17.22.5 279 11/2/2025
17.22.4 1,658 11/1/2025
17.22.3 226 11/1/2025
17.22.2 268 10/31/2025
17.22.0 327 10/30/2025
17.21.2 352 10/29/2025
17.21.1 309 10/29/2025
17.21.0 291 10/29/2025
17.20.5 491 10/28/2025
17.20.4 282 10/28/2025
17.20.3 278 10/28/2025
17.20.2 275 10/28/2025
17.20.1 277 10/26/2025
17.20.0 277 10/26/2025
17.19.1 240 10/26/2025
17.19.0 250 10/26/2025
17.18.5 244 10/26/2025
17.18.4 208 10/25/2025
17.18.3 276 10/24/2025
17.18.2 323 10/23/2025
17.18.1 290 10/23/2025
17.18.0 287 10/23/2025
17.17.0 299 10/22/2025
17.16.6 643 10/21/2025
17.16.4 376 10/13/2025
17.16.3 307 10/13/2025
17.16.2 917 10/11/2025
17.16.1 322 10/10/2025
17.16.0 218 10/10/2025
17.15.2 245 10/10/2025
17.15.1 245 10/10/2025
17.15.0 339 10/7/2025
17.14.5 334 10/6/2025
17.14.4 364 10/6/2025
17.14.3 305 10/6/2025
17.14.2 297 10/6/2025
17.14.1 303 10/6/2025
17.14.0 301 10/5/2025
17.13.0 302 10/5/2025
17.12.4 239 10/4/2025
17.12.3 252 10/4/2025
17.12.2 285 10/3/2025
17.12.1 276 10/3/2025
17.12.0 272 10/3/2025
17.11.3 311 10/2/2025
17.11.2 315 10/2/2025
17.11.1 302 10/2/2025
17.11.0 319 10/2/2025
17.10.0 320 10/1/2025
17.9.7 323 10/1/2025
17.9.6 324 10/1/2025
17.9.5 579 9/30/2025
17.9.4 312 9/30/2025
17.9.3 315 9/30/2025
17.9.2 307 9/30/2025
17.9.0 358 9/29/2025
17.8.2 404 9/25/2025
17.8.1 382 9/20/2025
17.8.0 471 9/19/2025
17.7.2 435 9/18/2025
17.7.1 544 9/17/2025
17.7.0 550 9/16/2025
17.6.0 358 9/15/2025
17.5.0 340 9/15/2025
17.4.0 346 9/15/2025
17.3.0 226 9/14/2025
17.2.2 470 9/5/2025
17.2.1 720 8/17/2025
17.2.0 743 8/8/2025
17.1.2 333 8/7/2025
17.1.1 331 8/7/2025
17.1.0 374 8/6/2025
17.0.1 331 8/6/2025
16.0.2 1,704 6/23/2025
16.0.1 254 6/20/2025
16.0.0 880 6/1/2025
15.10.4 351 5/30/2025
15.10.3 629 5/10/2025
15.10.2 255 5/8/2025
15.10.0 2,365 4/19/2025
15.9.1 231 4/19/2025
15.8.3 427 4/13/2025
15.8.2 286 4/13/2025
15.8.1 254 4/13/2025
15.8.0 399 4/7/2025
15.7.3 268 4/7/2025
15.7.2 278 4/6/2025
15.7.1 239 4/6/2025
15.7.0 243 4/6/2025
15.6.0 1,639 3/25/2025
15.5.4 1,505 3/24/2025
15.5.3 388 3/23/2025
15.5.2 225 3/21/2025
15.5.1 243 3/20/2025
15.5.0 250 3/20/2025
15.4.6 435 3/20/2025
15.4.5 601 3/18/2025
15.4.4 248 3/18/2025
15.4.3 419 3/18/2025
15.4.2 350 3/16/2025
15.4.1 235 3/16/2025
15.4.0 234 3/16/2025
15.3.0 227 3/16/2025
15.2.2 382 3/13/2025
15.2.1 3,943 1/30/2025
15.2.0 205 1/30/2025
15.1.1 437 1/29/2025
15.1.0 202 1/28/2025
15.0.17 270 1/26/2025
15.0.16 205 1/26/2025
15.0.15 511 1/22/2025
15.0.14 743 1/22/2025
15.0.13 257 1/8/2025
15.0.12 1,542 1/2/2025
15.0.11 216 1/2/2025
15.0.10 223 1/2/2025
15.0.9 211 1/2/2025
15.0.8 219 1/2/2025
15.0.7 227 1/2/2025
15.0.6 219 1/2/2025
15.0.5 222 1/2/2025
15.0.4 221 1/1/2025
15.0.3 218 1/1/2025
15.0.2 227 1/1/2025
14.15.10 1,591 12/17/2024
14.15.9 212 12/17/2024
14.15.8 203 12/17/2024
14.15.7 611 12/13/2024
14.15.5 233 12/9/2024
14.15.4 201 12/9/2024
14.15.3 200 12/9/2024
14.15.1 409 12/4/2024
14.15.0 316 12/4/2024
14.14.12 234 12/4/2024
14.14.11 218 12/1/2024
14.14.10 674 11/28/2024
14.14.8 257 11/28/2024
14.14.6 213 11/27/2024
14.14.5 204 11/27/2024
14.14.4 220 11/27/2024
14.14.3 200 11/27/2024
14.14.1 226 11/27/2024
14.13.2 201 11/27/2024
14.12.12 235 11/14/2024
14.12.4 354 11/12/2024
14.12.1 649 11/3/2024
14.7.1 1,686 10/26/2024
14.7.0 524 10/25/2024
14.6.1 306 10/23/2024
14.6.0 252 10/23/2024
14.5.0 259 10/22/2024
14.4.2 287 10/22/2024
14.4.1 284 10/21/2024
14.4.0 281 10/21/2024
14.3.0 267 10/20/2024
14.2.0 275 10/19/2024
14.1.7 305 10/18/2024
14.1.6 278 10/18/2024
14.1.5 236 10/17/2024
14.1.4 273 10/17/2024
14.1.3 246 10/16/2024
14.1.2 236 10/16/2024
14.0.0 273 10/13/2024
13.12.0 500 10/9/2024
13.10.3 432 9/30/2024
13.10.2 1,279 9/22/2024
13.10.1 282 9/22/2024
13.9.4 313 9/18/2024
13.9.2 595 9/13/2024
13.8.1 463 9/10/2024
13.7.1 342 9/7/2024
13.7.0 397 9/5/2024
13.6.0 285 9/5/2024
13.5.4 307 9/5/2024
13.5.2 463 9/4/2024
13.5.0 320 9/2/2024
13.4.5 285 9/2/2024
13.4.4 289 9/1/2024
13.4.3 264 9/1/2024
13.4.2 291 9/1/2024
13.4.1 280 8/31/2024
13.4.0 282 8/31/2024
13.3.0 291 8/30/2024
13.2.0 273 8/29/2024
13.1.1 490 8/27/2024
13.1.0 273 8/27/2024
13.0.6 304 8/27/2024
13.0.5 292 8/27/2024
13.0.4 299 8/26/2024
13.0.3 276 8/26/2024
13.0.2 332 8/26/2024
13.0.1 329 8/23/2024
13.0.0 306 8/23/2024
12.1.10 890 8/13/2024
12.1.9 357 8/13/2024
12.1.7 371 8/2/2024
12.1.6 493 7/29/2024
12.1.5 238 7/29/2024
12.1.4 244 7/29/2024
12.1.3 211 7/29/2024
12.1.2 310 7/23/2024
12.1.1 273 7/23/2024
12.1.0 233 7/23/2024
12.0.0 315 7/22/2024
11.2.0 215 7/18/2024
11.1.2 149 7/18/2024
11.1.1 246 7/5/2024
11.1.0 166 7/5/2024
11.0.2 165 7/5/2024
11.0.1 170 7/4/2024
11.0.0 163 6/25/2024
10.3.4 335 6/20/2024
10.3.3 148 6/20/2024
10.3.2 152 6/20/2024
10.3.1 157 6/20/2024
10.1.10 325 6/10/2024
10.1.9 203 6/7/2024
10.1.8 169 6/4/2024
10.1.7 164 6/4/2024
10.1.6 163 6/4/2024
10.1.4 162 6/4/2024
10.1.3 170 6/4/2024
10.1.1 156 6/4/2024
10.0.5 163 5/30/2024
10.0.4 163 5/30/2024
10.0.3 185 5/30/2024
10.0.1 168 5/27/2024
10.0.0 158 5/26/2024
9.0.3 175 5/12/2024