Cratis.Applications.Swagger 17.24.15

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

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

Package Downloads
Cratis.Chronicle.Api

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 55 11/24/2025
17.24.9 81 11/23/2025
17.24.8 55 11/23/2025
17.24.6 138 11/23/2025
17.24.5 137 11/22/2025
17.24.4 308 11/21/2025
17.24.3 280 11/21/2025
17.24.2 357 11/20/2025
17.24.1 328 11/20/2025
17.24.0 335 11/20/2025
17.23.4 337 11/20/2025
17.23.3 398 11/19/2025
17.23.2 786 11/19/2025
17.23.1 362 11/18/2025
17.23.0 363 11/18/2025
17.22.20 360 11/18/2025
17.22.19 366 11/18/2025
17.22.18 234 11/16/2025
17.22.17 219 11/16/2025
17.22.15 172 11/15/2025
17.22.14 164 11/15/2025
17.22.13 419 11/10/2025
17.22.12 975 11/6/2025
17.22.11 251 11/5/2025
17.22.10 492 11/2/2025
17.22.9 168 11/2/2025
17.22.8 170 11/2/2025
17.22.7 170 11/2/2025
17.22.6 168 11/2/2025
17.22.5 165 11/2/2025
17.22.4 720 11/1/2025
17.22.3 135 11/1/2025
17.22.2 146 10/31/2025
17.22.0 210 10/30/2025
17.21.2 236 10/29/2025
17.21.1 216 10/29/2025
17.21.0 201 10/29/2025
17.20.5 298 10/28/2025
17.20.4 188 10/28/2025
17.20.3 186 10/28/2025
17.20.2 191 10/28/2025
17.20.1 184 10/26/2025
17.20.0 180 10/26/2025
17.19.1 148 10/26/2025
17.19.0 155 10/26/2025
17.18.5 150 10/26/2025
17.18.4 119 10/25/2025
17.18.3 168 10/24/2025
17.18.2 204 10/23/2025
17.18.1 188 10/23/2025
17.18.0 192 10/23/2025
17.17.0 203 10/22/2025
17.16.6 319 10/21/2025
17.16.4 274 10/13/2025
17.16.3 219 10/13/2025
17.16.2 385 10/11/2025
17.16.1 213 10/10/2025
17.16.0 129 10/10/2025
17.15.2 153 10/10/2025
17.15.1 152 10/10/2025
17.15.0 239 10/7/2025
17.14.5 237 10/6/2025
17.14.4 267 10/6/2025
17.14.3 207 10/6/2025
17.14.2 208 10/6/2025
17.14.1 205 10/6/2025
17.14.0 216 10/5/2025
17.13.0 203 10/5/2025
17.12.4 137 10/4/2025
17.12.3 164 10/4/2025
17.12.2 193 10/3/2025
17.12.1 178 10/3/2025
17.12.0 187 10/3/2025
17.11.3 215 10/2/2025
17.11.2 224 10/2/2025
17.11.1 201 10/2/2025
17.11.0 212 10/2/2025
17.10.0 228 10/1/2025
17.9.7 220 10/1/2025
17.9.6 217 10/1/2025
17.9.5 356 9/30/2025
17.9.4 217 9/30/2025
17.9.3 213 9/30/2025
17.9.2 213 9/30/2025
17.9.0 250 9/29/2025
17.8.2 280 9/25/2025
17.8.1 245 9/20/2025
17.8.0 400 9/19/2025
17.7.2 349 9/18/2025
17.7.1 451 9/17/2025
17.7.0 468 9/16/2025
17.6.0 275 9/15/2025
17.5.0 250 9/15/2025
17.4.0 257 9/15/2025
17.3.0 154 9/14/2025
17.2.2 367 9/5/2025
17.2.1 444 8/17/2025
17.2.0 481 8/8/2025
17.1.2 277 8/7/2025
17.1.1 258 8/7/2025
17.1.0 302 8/6/2025
17.0.1 269 8/6/2025
16.0.2 1,394 6/23/2025
16.0.1 192 6/20/2025
16.0.0 566 6/1/2025
15.10.4 221 5/30/2025
15.10.3 480 5/10/2025
15.10.2 180 5/8/2025
15.10.0 1,832 4/19/2025
15.9.1 121 4/19/2025
15.8.3 308 4/13/2025
15.8.2 216 4/13/2025
15.8.1 183 4/13/2025
15.8.0 305 4/7/2025
15.7.3 198 4/7/2025
15.7.2 206 4/6/2025
15.7.1 183 4/6/2025
15.7.0 162 4/6/2025
15.6.0 1,385 3/25/2025
15.5.4 1,013 3/24/2025
15.5.3 274 3/23/2025
15.5.2 156 3/21/2025
15.5.1 179 3/20/2025
15.5.0 173 3/20/2025
15.4.6 312 3/20/2025
15.4.5 400 3/18/2025
15.4.4 170 3/18/2025
15.4.3 299 3/18/2025
15.4.2 246 3/16/2025
15.4.1 156 3/16/2025
15.4.0 170 3/16/2025
15.3.0 158 3/16/2025
15.2.2 268 3/13/2025
15.2.1 2,635 1/30/2025
15.2.0 124 1/30/2025
15.1.1 369 1/29/2025
15.1.0 147 1/28/2025
15.0.17 184 1/26/2025
15.0.16 137 1/26/2025
15.0.15 358 1/22/2025
15.0.14 198 1/22/2025
15.0.13 189 1/8/2025
15.0.12 771 1/2/2025
15.0.11 136 1/2/2025
15.0.10 142 1/2/2025
15.0.9 134 1/2/2025
15.0.8 160 1/2/2025
15.0.7 134 1/2/2025
15.0.6 158 1/2/2025
15.0.5 155 1/2/2025
15.0.4 153 1/1/2025
15.0.3 144 1/1/2025
15.0.2 164 1/1/2025
14.15.10 345 12/17/2024
14.15.9 132 12/17/2024
14.15.8 130 12/17/2024
14.15.7 203 12/13/2024
14.15.5 127 12/9/2024
14.15.4 128 12/9/2024
14.15.3 117 12/9/2024
14.15.1 152 12/4/2024
14.15.0 152 12/4/2024
14.14.12 144 12/4/2024
14.14.11 141 12/1/2024
14.14.10 142 11/28/2024
14.14.8 139 11/28/2024
14.14.6 128 11/27/2024
14.14.5 140 11/27/2024
14.14.4 147 11/27/2024
14.14.3 131 11/27/2024
14.14.1 139 11/27/2024
14.13.2 136 11/27/2024
14.12.12 147 11/14/2024
14.12.4 140 11/12/2024
14.12.1 532 11/3/2024
14.7.1 172 10/26/2024
14.7.0 403 10/25/2024
14.6.1 189 10/23/2024
14.6.0 129 10/23/2024
14.5.0 136 10/22/2024
14.4.2 159 10/22/2024
14.4.1 139 10/21/2024
14.4.0 168 10/21/2024
14.3.0 147 10/20/2024
14.2.0 168 10/19/2024
14.1.7 185 10/18/2024
14.1.6 180 10/18/2024
14.1.5 119 10/17/2024
14.1.4 143 10/17/2024
14.1.3 131 10/16/2024
14.1.2 132 10/16/2024
14.0.0 135 10/13/2024
13.12.0 241 10/9/2024
13.10.3 250 9/30/2024
13.10.2 163 9/22/2024
13.10.1 154 9/22/2024
13.9.4 163 9/18/2024
13.9.2 319 9/13/2024
13.8.1 239 9/10/2024
13.7.1 209 9/7/2024
13.7.0 152 9/5/2024
13.6.0 159 9/5/2024
13.5.4 152 9/5/2024
13.5.2 271 9/4/2024
13.5.0 158 9/2/2024
13.4.5 154 9/2/2024
13.4.4 149 9/1/2024
13.4.3 156 9/1/2024
13.4.2 144 9/1/2024
13.4.1 154 8/31/2024
13.4.0 148 8/31/2024
13.3.0 161 8/30/2024
13.2.0 143 8/29/2024
13.1.1 306 8/27/2024
13.1.0 152 8/27/2024
13.0.6 173 8/27/2024
13.0.5 163 8/27/2024
13.0.4 171 8/26/2024
13.0.3 129 8/26/2024
13.0.2 185 8/26/2024
13.0.1 170 8/23/2024
13.0.0 165 8/23/2024
12.1.10 303 8/13/2024
12.1.9 209 8/13/2024
12.1.7 117 8/2/2024
12.1.6 141 7/29/2024
12.1.5 119 7/29/2024
12.1.4 135 7/29/2024
12.1.3 134 7/29/2024
12.1.2 203 7/23/2024
12.1.1 149 7/23/2024
12.1.0 146 7/23/2024
12.0.0 157 7/22/2024
11.2.0 147 7/18/2024
11.1.2 146 7/18/2024
11.1.1 232 7/5/2024
11.1.0 139 7/5/2024
11.0.2 129 7/5/2024
11.0.1 149 7/4/2024
11.0.0 147 6/25/2024
10.3.4 268 6/20/2024
10.3.3 171 6/20/2024