Cratis.Applications 15.7.2

Prefix Reserved
dotnet add package Cratis.Applications --version 15.7.2
                    
NuGet\Install-Package Cratis.Applications -Version 15.7.2
                    
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.7.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cratis.Applications" Version="15.7.2" />
                    
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.7.2
                    
#r "nuget: Cratis.Applications, 15.7.2"
                    
#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.7.2
                    
Install Cratis.Applications as a Cake Addin
#tool nuget:?package=Cratis.Applications&version=15.7.2
                    
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. 
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.7.2 31 19 hours ago
15.7.1 34 a day ago
15.7.0 36 a day ago
15.6.0 912 13 days ago
15.5.4 1,005 14 days ago
15.5.3 261 15 days ago
15.5.2 141 17 days ago
15.5.1 161 18 days ago
15.5.0 157 18 days ago
15.4.6 305 18 days ago
15.4.5 377 20 days ago
15.4.4 161 20 days ago
15.4.3 288 20 days ago
15.4.2 216 22 days ago
15.4.1 148 22 days ago
15.4.0 144 22 days ago
15.3.0 147 22 days ago
15.2.2 259 25 days ago
15.2.1 2,631 2 months ago
15.2.0 122 2 months ago
15.1.1 360 2 months ago
15.1.0 120 2 months ago
15.0.17 192 2 months ago
15.0.16 121 2 months ago
15.0.15 397 3 months ago
15.0.14 570 3 months ago
15.0.13 172 3 months ago
15.0.12 1,095 3 months ago
15.0.11 128 3 months ago
15.0.10 128 3 months ago
15.0.9 129 3 months ago
15.0.8 136 3 months ago
15.0.7 129 3 months ago
15.0.6 133 3 months ago
15.0.5 133 3 months ago
15.0.4 137 3 months ago
15.0.3 134 3 months ago
15.0.2 136 3 months ago
14.15.10 1,037 4 months ago
14.15.9 126 4 months ago
14.15.8 127 4 months ago
14.15.7 369 4 months ago
14.15.5 160 4 months ago
14.15.4 117 4 months ago
14.15.3 119 4 months ago
14.15.1 283 4 months ago
14.15.0 191 4 months ago
14.14.12 157 4 months ago
14.14.11 128 4 months ago
14.14.10 413 4 months ago
14.14.8 165 4 months ago
14.14.6 126 4 months ago
14.14.5 118 4 months ago
14.14.4 131 4 months ago
14.14.3 122 4 months ago
14.14.1 131 4 months ago
14.13.2 121 4 months ago
14.12.12 149 5 months ago
14.12.4 249 5 months ago
14.12.1 562 5 months ago
14.7.1 1,297 5 months ago
14.7.0 413 5 months ago
14.6.1 197 5 months ago
14.6.0 167 6 months ago
14.5.0 156 6 months ago
14.4.2 187 6 months ago
14.4.1 184 6 months ago
14.4.0 176 6 months ago
14.3.0 169 6 months ago
14.2.0 188 6 months ago
14.1.7 202 6 months ago
14.1.6 178 6 months ago
14.1.5 153 6 months ago
14.1.4 169 6 months ago
14.1.3 148 6 months ago
14.1.2 155 6 months ago
14.0.0 178 6 months ago
13.12.0 362 6 months ago
13.10.3 330 6 months ago
13.10.2 1,075 7 months ago
13.10.1 175 7 months ago
13.9.4 208 7 months ago
13.9.2 504 7 months ago
13.8.1 361 7 months ago
13.7.1 249 7 months ago
13.7.0 331 7 months ago
13.6.0 189 7 months ago
13.5.4 211 7 months ago
13.5.2 354 7 months ago
13.5.0 220 7 months ago
13.4.5 189 7 months ago
13.4.4 194 7 months ago
13.4.3 179 7 months ago
13.4.2 196 7 months ago
13.4.1 194 7 months ago
13.4.0 210 7 months ago
13.3.0 182 7 months ago
13.2.0 188 7 months ago
13.1.1 393 7 months ago
13.1.0 183 7 months ago
13.0.6 217 7 months ago
13.0.5 189 7 months ago
13.0.4 193 7 months ago
13.0.3 181 7 months ago
13.0.2 245 7 months ago
13.0.1 217 7 months ago
13.0.0 219 7 months ago
12.1.10 802 8 months ago
12.1.9 275 8 months ago
12.1.7 282 8 months ago
12.1.6 392 8 months ago
12.1.5 140 8 months ago
12.1.4 132 8 months ago
12.1.3 133 8 months ago
12.1.2 220 8 months ago
12.1.1 173 8 months ago
12.1.0 139 8 months ago
12.0.0 221 9 months ago
11.2.0 166 9 months ago
11.1.2 106 9 months ago
11.1.1 201 9 months ago
11.1.0 118 9 months ago
11.0.2 121 9 months ago
11.0.1 119 9 months ago
11.0.0 113 9 months ago
10.3.4 294 10 months ago
10.3.3 106 10 months ago
10.3.2 109 10 months ago
10.3.1 105 10 months ago
10.1.10 276 10 months ago
10.1.9 154 10 months ago
10.1.8 125 6/4/2024
10.1.7 114 6/4/2024
10.1.6 113 6/4/2024
10.1.4 112 6/4/2024
10.1.3 116 6/4/2024
10.1.1 109 6/4/2024
10.0.5 117 5/30/2024
10.0.4 116 5/30/2024
10.0.3 138 5/30/2024
10.0.1 119 5/27/2024
10.0.0 112 5/26/2024
9.0.3 120 5/12/2024