Cratis.Applications.ProxyGenerator 13.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Cratis.Applications.ProxyGenerator --version 13.0.1                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Cratis.Applications.ProxyGenerator --version 13.0.1                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Cratis.Applications.ProxyGenerator&version=13.0.1                
nuke :add-package Cratis.Applications.ProxyGenerator --version 13.0.1                

Cratis Application Model

Packages / Deployables

Nuget NPM

Builds

.NET Build JavaScript Build

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
13.10.3 78 9/30/2024
13.10.2 76 9/22/2024
13.10.1 87 9/22/2024
13.9.4 88 9/18/2024
13.9.2 104 9/13/2024
13.8.1 98 9/10/2024
13.7.1 98 9/7/2024
13.7.0 117 9/5/2024
13.6.0 102 9/5/2024
13.5.4 90 9/5/2024
13.5.2 96 9/4/2024
13.5.0 86 9/2/2024
13.4.5 82 9/2/2024
13.4.4 88 9/1/2024
13.4.3 77 9/1/2024
13.4.2 90 9/1/2024
13.4.1 91 8/31/2024
13.4.0 86 8/31/2024
13.3.0 80 8/30/2024
13.2.0 94 8/29/2024
13.1.1 99 8/27/2024
13.1.0 96 8/27/2024
13.0.6 91 8/27/2024
13.0.5 94 8/27/2024
13.0.4 95 8/26/2024
13.0.3 94 8/26/2024
13.0.2 96 8/26/2024
13.0.1 115 8/23/2024
13.0.0 95 8/23/2024
12.1.10 112 8/13/2024
12.1.9 108 8/13/2024
12.1.7 72 8/2/2024
12.1.6 64 7/29/2024
12.1.5 64 7/29/2024
12.1.4 59 7/29/2024
12.1.3 58 7/29/2024
12.1.2 89 7/23/2024
12.1.1 89 7/23/2024
12.1.0 89 7/23/2024
12.0.0 92 7/22/2024
11.2.0 110 7/18/2024
11.1.2 90 7/18/2024
11.1.1 88 7/5/2024
11.1.0 85 7/5/2024
11.0.2 97 7/5/2024
11.0.1 111 7/4/2024
11.0.0 97 6/25/2024
10.3.4 109 6/20/2024
10.3.3 88 6/20/2024
10.3.2 97 6/20/2024
10.3.1 97 6/20/2024
10.1.10 93 6/10/2024
10.1.9 92 6/7/2024
10.1.8 114 6/4/2024
10.1.7 105 6/4/2024
10.1.6 100 6/4/2024
10.1.4 100 6/4/2024
10.1.3 106 6/4/2024
10.1.1 103 6/4/2024
10.0.5 110 5/30/2024
10.0.4 114 5/30/2024
10.0.3 103 5/30/2024
10.0.1 105 5/27/2024
10.0.0 113 5/26/2024