Cratis.Applications 17.22.19

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.22.19
                    
NuGet\Install-Package Cratis.Applications -Version 17.22.19
                    
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.22.19" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cratis.Applications" Version="17.22.19" />
                    
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.22.19
                    
#r "nuget: Cratis.Applications, 17.22.19"
                    
#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.22.19
                    
#: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.22.19
                    
Install as a Cake Addin
#tool nuget:?package=Cratis.Applications&version=17.22.19
                    
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 is compatible.  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.26.1 39 11/29/2025
17.26.0 20 11/29/2025
17.25.1 115 11/28/2025
17.25.0 125 11/26/2025
17.24.16 131 11/26/2025
17.24.15 162 11/25/2025
17.24.14 168 11/25/2025
17.24.13 157 11/25/2025
17.24.12 160 11/25/2025
17.24.11 162 11/25/2025
17.24.10 237 11/24/2025
17.24.9 344 11/23/2025
17.24.8 203 11/23/2025
17.24.6 539 11/23/2025
17.24.5 263 11/22/2025
17.24.4 419 11/21/2025
17.24.3 386 11/21/2025
17.24.2 473 11/20/2025
17.24.1 434 11/20/2025
17.24.0 440 11/20/2025
17.23.4 441 11/20/2025
17.23.3 502 11/19/2025
17.23.2 1,660 11/19/2025
17.23.1 444 11/18/2025
17.23.0 446 11/18/2025
17.22.20 439 11/18/2025
17.22.19 452 11/18/2025
17.22.18 293 11/16/2025
17.22.17 326 11/16/2025
17.22.15 289 11/15/2025
17.22.14 279 11/15/2025
17.22.13 1,102 11/10/2025
17.22.12 2,134 11/6/2025
17.22.11 473 11/5/2025
17.22.10 1,133 11/2/2025
17.22.9 291 11/2/2025
17.22.8 282 11/2/2025
17.22.7 288 11/2/2025
17.22.6 290 11/2/2025
17.22.5 288 11/2/2025
17.22.4 1,665 11/1/2025
17.22.3 233 11/1/2025
17.22.2 274 10/31/2025
17.22.0 332 10/30/2025
17.21.2 357 10/29/2025
17.21.1 315 10/29/2025
17.21.0 296 10/29/2025
17.20.5 496 10/28/2025
17.20.4 287 10/28/2025
17.20.3 284 10/28/2025
17.20.2 280 10/28/2025
17.20.1 282 10/26/2025
17.20.0 283 10/26/2025
17.19.1 247 10/26/2025
17.19.0 256 10/26/2025
17.18.5 250 10/26/2025
17.18.4 213 10/25/2025
17.18.3 282 10/24/2025
17.18.2 327 10/23/2025
17.18.1 295 10/23/2025
17.18.0 292 10/23/2025
17.17.0 304 10/22/2025
17.16.6 649 10/21/2025
17.16.4 383 10/13/2025
17.16.3 311 10/13/2025
17.16.2 924 10/11/2025
17.16.1 327 10/10/2025
17.16.0 224 10/10/2025
17.15.2 249 10/10/2025
17.15.1 250 10/10/2025
17.15.0 343 10/7/2025
17.14.5 338 10/6/2025
17.14.4 369 10/6/2025
17.14.3 310 10/6/2025
17.14.2 301 10/6/2025
17.14.1 308 10/6/2025
17.14.0 306 10/5/2025
17.13.0 306 10/5/2025
17.12.4 243 10/4/2025
17.12.3 256 10/4/2025
17.12.2 289 10/3/2025
17.12.1 280 10/3/2025
17.12.0 277 10/3/2025
17.11.3 316 10/2/2025
17.11.2 320 10/2/2025
17.11.1 308 10/2/2025
17.11.0 324 10/2/2025
17.10.0 324 10/1/2025
17.9.7 327 10/1/2025
17.9.6 329 10/1/2025
17.9.5 584 9/30/2025
17.9.4 317 9/30/2025
17.9.3 319 9/30/2025
17.9.2 313 9/30/2025
17.9.0 362 9/29/2025
17.8.2 408 9/25/2025
17.8.1 388 9/20/2025
17.8.0 476 9/19/2025
17.7.2 439 9/18/2025
17.7.1 549 9/17/2025
17.7.0 554 9/16/2025
17.6.0 359 9/15/2025
17.5.0 341 9/15/2025
17.4.0 347 9/15/2025
17.3.0 228 9/14/2025
17.2.2 472 9/5/2025
17.2.1 721 8/17/2025
17.2.0 744 8/8/2025
17.1.2 336 8/7/2025
17.1.1 333 8/7/2025
17.1.0 376 8/6/2025
17.0.1 332 8/6/2025
16.0.2 1,705 6/23/2025
16.0.1 255 6/20/2025
16.0.0 882 6/1/2025
15.10.4 352 5/30/2025
15.10.3 631 5/10/2025
15.10.2 256 5/8/2025
15.10.0 2,385 4/19/2025
15.9.1 232 4/19/2025
15.8.3 429 4/13/2025
15.8.2 288 4/13/2025
15.8.1 255 4/13/2025
15.8.0 400 4/7/2025
15.7.3 270 4/7/2025
15.7.2 279 4/6/2025
15.7.1 241 4/6/2025
15.7.0 246 4/6/2025
15.6.0 1,640 3/25/2025
15.5.4 1,506 3/24/2025
15.5.3 390 3/23/2025
15.5.2 227 3/21/2025
15.5.1 244 3/20/2025
15.5.0 252 3/20/2025
15.4.6 437 3/20/2025
15.4.5 602 3/18/2025
15.4.4 249 3/18/2025
15.4.3 420 3/18/2025
15.4.2 351 3/16/2025
15.4.1 236 3/16/2025
15.4.0 235 3/16/2025
15.3.0 229 3/16/2025
15.2.2 384 3/13/2025
15.2.1 3,944 1/30/2025
15.2.0 206 1/30/2025
15.1.1 438 1/29/2025
15.1.0 204 1/28/2025
15.0.17 271 1/26/2025
15.0.16 206 1/26/2025
15.0.15 515 1/22/2025
15.0.14 744 1/22/2025
15.0.13 259 1/8/2025
15.0.12 1,543 1/2/2025
15.0.11 217 1/2/2025
15.0.10 224 1/2/2025
15.0.9 212 1/2/2025
15.0.8 221 1/2/2025
15.0.7 229 1/2/2025
15.0.6 221 1/2/2025
15.0.5 223 1/2/2025
15.0.4 222 1/1/2025
15.0.3 220 1/1/2025
15.0.2 228 1/1/2025
14.15.10 1,598 12/17/2024
14.15.9 213 12/17/2024
14.15.8 204 12/17/2024
14.15.7 613 12/13/2024
14.15.5 235 12/9/2024
14.15.4 202 12/9/2024
14.15.3 201 12/9/2024
14.15.1 410 12/4/2024
14.15.0 317 12/4/2024
14.14.12 235 12/4/2024
14.14.11 219 12/1/2024
14.14.10 676 11/28/2024
14.14.8 260 11/28/2024
14.14.6 214 11/27/2024
14.14.5 205 11/27/2024
14.14.4 221 11/27/2024
14.14.3 201 11/27/2024
14.14.1 227 11/27/2024
14.13.2 202 11/27/2024
14.12.12 236 11/14/2024
14.12.4 355 11/12/2024
14.12.1 650 11/3/2024
14.7.1 1,688 10/26/2024
14.7.0 525 10/25/2024
14.6.1 307 10/23/2024
14.6.0 253 10/23/2024
14.5.0 261 10/22/2024
14.4.2 288 10/22/2024
14.4.1 285 10/21/2024
14.4.0 282 10/21/2024
14.3.0 268 10/20/2024
14.2.0 276 10/19/2024
14.1.7 307 10/18/2024
14.1.6 280 10/18/2024
14.1.5 238 10/17/2024
14.1.4 274 10/17/2024
14.1.3 248 10/16/2024
14.1.2 237 10/16/2024
14.0.0 275 10/13/2024
13.12.0 501 10/9/2024
13.10.3 433 9/30/2024
13.10.2 1,280 9/22/2024
13.10.1 283 9/22/2024
13.9.4 314 9/18/2024
13.9.2 596 9/13/2024
13.8.1 465 9/10/2024
13.7.1 343 9/7/2024
13.7.0 399 9/5/2024
13.6.0 286 9/5/2024
13.5.4 308 9/5/2024
13.5.2 464 9/4/2024
13.5.0 321 9/2/2024
13.4.5 287 9/2/2024
13.4.4 291 9/1/2024
13.4.3 265 9/1/2024
13.4.2 293 9/1/2024
13.4.1 281 8/31/2024
13.4.0 283 8/31/2024
13.3.0 292 8/30/2024
13.2.0 274 8/29/2024
13.1.1 491 8/27/2024
13.1.0 274 8/27/2024
13.0.6 306 8/27/2024
13.0.5 293 8/27/2024
13.0.4 301 8/26/2024
13.0.3 277 8/26/2024
13.0.2 333 8/26/2024
13.0.1 330 8/23/2024
13.0.0 307 8/23/2024
12.1.10 891 8/13/2024
12.1.9 358 8/13/2024
12.1.7 373 8/2/2024
12.1.6 494 7/29/2024
12.1.5 239 7/29/2024
12.1.4 245 7/29/2024
12.1.3 213 7/29/2024
12.1.2 311 7/23/2024
12.1.1 274 7/23/2024
12.1.0 234 7/23/2024
12.0.0 316 7/22/2024
11.2.0 216 7/18/2024
11.1.2 150 7/18/2024
11.1.1 248 7/5/2024
11.1.0 167 7/5/2024
11.0.2 166 7/5/2024
11.0.1 173 7/4/2024
11.0.0 164 6/25/2024
10.3.4 337 6/20/2024
10.3.3 150 6/20/2024
10.3.2 154 6/20/2024
10.3.1 158 6/20/2024
10.1.10 326 6/10/2024
10.1.9 204 6/7/2024
10.1.8 170 6/4/2024
10.1.7 166 6/4/2024
10.1.6 164 6/4/2024
10.1.4 164 6/4/2024
10.1.3 172 6/4/2024
10.1.1 157 6/4/2024
10.0.5 165 5/30/2024
10.0.4 164 5/30/2024
10.0.3 186 5/30/2024
10.0.1 169 5/27/2024
10.0.0 159 5/26/2024
9.0.3 177 5/12/2024