Cratis.Applications.Orleans 17.16.4

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

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

Package Downloads
Cratis.Chronicle.Grains.Interfaces

Package Description

Cratis.Chronicle.Orleans.InProcess

Package Description

Cratis.Applications.Orleans.Specs

Package Description

Cratis.Chronicle.Server

Package Description

Cratis.Chronicle.InProcess

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.16.4 96 10/13/2025
17.16.3 112 10/13/2025
17.16.2 477 10/11/2025
17.16.1 130 10/10/2025
17.16.0 96 10/10/2025
17.15.2 125 10/10/2025
17.15.1 126 10/10/2025
17.15.0 206 10/7/2025
17.14.5 207 10/6/2025
17.14.4 173 10/6/2025
17.14.3 176 10/6/2025
17.14.2 179 10/6/2025
17.14.1 170 10/6/2025
17.14.0 169 10/5/2025
17.13.0 166 10/5/2025
17.12.4 104 10/4/2025
17.12.3 134 10/4/2025
17.12.2 160 10/3/2025
17.12.1 148 10/3/2025
17.12.0 142 10/3/2025
17.11.3 183 10/2/2025
17.11.2 179 10/2/2025
17.11.1 179 10/2/2025
17.11.0 181 10/2/2025
17.10.0 189 10/1/2025
17.9.7 185 10/1/2025
17.9.6 179 10/1/2025
17.9.5 398 9/30/2025
17.9.4 183 9/30/2025
17.9.3 180 9/30/2025
17.9.2 179 9/30/2025
17.9.0 220 9/29/2025
17.8.2 194 9/25/2025
17.8.1 281 9/20/2025
17.8.0 267 9/19/2025
17.7.2 312 9/18/2025
17.7.1 347 9/17/2025
17.7.0 301 9/16/2025
17.6.0 261 9/15/2025
17.5.0 246 9/15/2025
17.4.0 252 9/15/2025
17.3.0 146 9/14/2025
17.2.2 269 9/5/2025
17.2.1 571 8/17/2025
17.2.0 562 8/8/2025
17.1.2 269 8/7/2025
17.1.1 255 8/7/2025
17.1.0 308 8/6/2025
17.0.1 272 8/6/2025
16.0.2 1,517 6/23/2025
16.0.1 195 6/20/2025
16.0.0 737 6/1/2025
15.10.4 262 5/30/2025
15.10.3 551 5/10/2025
15.10.2 201 5/8/2025
15.10.0 2,009 4/19/2025
15.9.1 162 4/19/2025
15.8.3 354 4/13/2025
15.8.2 217 4/13/2025
15.8.1 190 4/13/2025
15.8.0 319 4/7/2025
15.7.3 198 4/7/2025
15.7.2 203 4/6/2025
15.7.1 170 4/6/2025
15.7.0 181 4/6/2025
15.6.0 1,521 3/25/2025
15.5.4 1,290 3/24/2025
15.5.3 316 3/23/2025
15.5.2 177 3/21/2025
15.5.1 191 3/20/2025
15.5.0 189 3/20/2025
15.4.6 370 3/20/2025
15.4.5 478 3/18/2025
15.4.4 186 3/18/2025
15.4.3 364 3/18/2025
15.4.2 265 3/16/2025
15.4.1 180 3/16/2025
15.4.0 173 3/16/2025
15.3.0 183 3/16/2025
15.2.2 314 3/13/2025
15.2.1 3,517 1/30/2025
15.2.0 154 1/30/2025
15.1.1 376 1/29/2025
15.1.0 146 1/28/2025
15.0.17 197 1/26/2025
15.0.16 142 1/26/2025
15.0.15 455 1/22/2025
15.0.14 715 1/22/2025
15.0.13 174 1/8/2025
15.0.12 1,560 1/2/2025
15.0.11 155 1/2/2025
15.0.10 155 1/2/2025
15.0.9 144 1/2/2025
15.0.8 156 1/2/2025
15.0.7 149 1/2/2025
15.0.6 131 1/2/2025
15.0.5 162 1/2/2025
15.0.4 159 1/1/2025
15.0.3 156 1/1/2025
15.0.2 158 1/1/2025
14.15.10 1,574 12/17/2024
14.15.9 148 12/17/2024
14.15.8 137 12/17/2024
14.15.7 551 12/13/2024
14.15.5 177 12/9/2024
14.15.4 154 12/9/2024
14.15.3 138 12/9/2024
14.15.1 355 12/4/2024
14.15.0 235 12/4/2024
14.14.12 183 12/4/2024
14.14.11 166 12/1/2024
14.14.10 627 11/28/2024
14.14.8 180 11/28/2024
14.14.6 135 11/27/2024
14.14.5 150 11/27/2024
14.14.4 151 11/27/2024
14.14.3 151 11/27/2024
14.14.1 140 11/27/2024
14.13.2 148 11/27/2024
14.12.12 170 11/14/2024
14.12.4 252 11/12/2024
14.12.1 572 11/3/2024
14.7.1 1,649 10/26/2024
14.7.0 421 10/25/2024
14.6.1 189 10/23/2024
14.6.0 160 10/23/2024
14.5.0 148 10/22/2024
14.4.2 172 10/22/2024
14.4.1 176 10/21/2024
14.4.0 178 10/21/2024
14.3.0 187 10/20/2024
14.2.0 174 10/19/2024
14.1.7 212 10/18/2024
14.1.6 195 10/18/2024
14.1.5 153 10/17/2024
14.1.4 180 10/17/2024
14.1.3 162 10/16/2024
14.1.2 145 10/16/2024
14.0.0 161 10/13/2024
13.12.0 375 10/9/2024
13.10.3 312 9/30/2024
13.10.2 1,163 9/22/2024
13.10.1 161 9/22/2024
13.9.4 192 9/18/2024
13.9.2 464 9/13/2024
13.8.1 323 9/10/2024
13.7.1 193 9/7/2024
13.7.0 300 9/5/2024
13.6.0 152 9/5/2024
13.5.4 175 9/5/2024
13.5.2 309 9/4/2024
13.5.0 165 9/2/2024
13.4.5 142 9/2/2024
13.4.4 166 9/1/2024
13.4.3 163 9/1/2024
13.4.2 161 9/1/2024
13.4.1 157 8/31/2024
13.4.0 172 8/31/2024
13.3.0 162 8/30/2024
13.2.0 160 8/29/2024
13.1.1 357 8/27/2024
13.1.0 181 8/27/2024
13.0.6 169 8/27/2024
13.0.5 163 8/27/2024
13.0.4 168 8/26/2024
13.0.3 158 8/26/2024
13.0.2 220 8/26/2024
13.0.1 184 8/23/2024
13.0.0 190 8/23/2024
12.1.10 734 8/13/2024
12.1.9 256 8/13/2024
12.1.7 253 8/2/2024
12.1.6 356 7/29/2024
12.1.5 146 7/29/2024
12.1.4 132 7/29/2024
12.1.3 129 7/29/2024
12.1.2 217 7/23/2024
12.1.1 169 7/23/2024
12.1.0 149 7/23/2024
12.0.0 217 7/22/2024
11.2.0 176 7/18/2024
11.1.2 144 7/18/2024
11.1.1 223 7/5/2024
11.1.0 159 7/5/2024
11.0.2 172 7/5/2024
11.0.1 149 7/4/2024
11.0.0 146 6/25/2024
10.3.4 331 6/20/2024
10.3.3 151 6/20/2024
10.3.2 132 6/20/2024
10.3.1 133 6/20/2024
10.1.10 301 6/10/2024
10.1.9 192 6/7/2024
10.1.8 161 6/4/2024
10.1.7 138 6/4/2024
10.1.6 139 6/4/2024
10.1.4 137 6/4/2024
10.1.3 142 6/4/2024
10.1.1 126 6/4/2024
10.0.5 151 5/30/2024
10.0.4 149 5/30/2024
10.0.3 158 5/30/2024
10.0.1 185 5/27/2024
10.0.0 151 5/26/2024
9.0.3 160 5/12/2024