Aksio.Cratis.Applications.ProxyGenerator 8.19.1

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

Aksio Cratis

Packages / Deployables

Nuget NPM Docker

Builds

C# Build Node Build Publish Documentation Site

Statistics

Alt

Introduction

Cratis is an Event Sourcing platform built with ease of use, productivity, compliance and maintainability in mind. It provides the core platform, referred to as the Kernel with client SDK (.NET only for the time being) and tooling built into it. In addition Cratis offers an application model aimed towards productivity and bringing in concepts such as CQRS; opinionated and completely optional.

Read the documentation on our site https://cratis.io for all the details. For general guidance on the core values and principles we @ Aksio use, read more here.

If you want to jump into building this repository and possibly contributing, please refer to contributing.

Opening in VSCode online

If you prefer to browse the code in VSCode, you can do so by clicking here.

Running the samples

Make sure you have the following installed:

The sample consists of a backend and a frontend. Navigate to the Bank Sample folder.

Before running the microservice backend and frontend, we will need to run the Cratis Kernel.

docker compose up -d

This will bring up the Cratis Kernel and expose the following ports:

Port Description
27017 MongoDB - used for events and projection results
8080 Workbench and API for kernel
11111 Clustering port
30000 Client to Kernel connectivity

Within here you'll see a folder called Main, which represents the backend startup. Navigate to this and start the backend by running:

dotnet run

The frontend is located in the Web folder. While the backend is running in another terminal, navigate to that folder and start it by running:

yarn start:dev

Open a browser and navigate to http://localhost:9100/ and you can start playing around with the sample.

Note: The Cratis workbench is available http://localhost:8080/

Contributing / Running locally

If you're looking to either contribute or dive into the code by building and running the Cratis Kernel locally, you can read more here. You'll find issues to start with by going to here.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

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

Package Downloads
Aksio.Cratis.Events.Schemas.Api

Package Description

Aksio.Cratis.Compliance.Read

Package Description

Aksio.Cratis.Compliance.Domain

Package Description

Aksio.Cratis.Events.Projections.Api

Package Description

Aksio.Cratis.Events.Store.Api

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.19.1 876 5/31/2023
8.19.0 492 5/24/2023
8.18.7 440 5/16/2023
8.18.6 362 5/12/2023
8.18.5 274 5/12/2023
8.18.4 309 5/10/2023
8.18.3 285 5/9/2023
8.18.2 289 5/9/2023
8.18.1 464 5/9/2023
8.18.0 414 5/4/2023
8.17.0 323 5/3/2023
8.16.0 366 5/2/2023
8.15.0 487 4/25/2023
8.14.1 369 4/20/2023
8.14.0 551 4/20/2023
8.13.5 575 4/14/2023
8.13.4 417 4/14/2023
8.13.3 419 4/13/2023
8.13.2 442 4/13/2023
8.13.1 413 4/13/2023
8.13.0 421 4/13/2023
8.12.8 435 4/13/2023
8.12.4 461 4/12/2023
8.12.3 428 4/11/2023
8.12.2 537 4/5/2023
8.12.1 471 4/4/2023
8.12.0 483 4/4/2023
8.11.1 456 4/3/2023
8.11.0 455 4/1/2023
8.10.6 576 3/30/2023
8.10.5 468 3/30/2023
8.10.4 437 3/30/2023
8.10.3 426 3/30/2023
8.10.2 485 3/27/2023
8.10.1 469 3/23/2023
8.10.0 520 3/23/2023
8.9.5 581 3/23/2023
8.9.3 566 3/20/2023
8.9.2 497 3/20/2023
8.9.1 479 3/20/2023
8.9.0 496 3/20/2023
8.8.4 469 3/19/2023
8.8.3 552 3/16/2023
8.8.1 488 3/16/2023
8.8.0 469 3/15/2023
8.7.0 478 3/15/2023
8.6.3 510 3/8/2023
8.6.2 518 3/5/2023
8.6.1 540 3/2/2023
8.6.0 678 2/24/2023
8.5.6 574 2/22/2023
8.5.5 535 2/21/2023
8.5.4 535 2/21/2023
8.5.3 506 2/21/2023
8.5.2 552 2/21/2023
8.5.1 549 2/21/2023
8.5.0 534 2/20/2023
8.4.4 673 2/9/2023
8.4.3 650 2/8/2023
8.4.2 572 2/8/2023
8.4.1 559 2/7/2023
8.4.0 594 2/6/2023
8.3.1 760 1/30/2023
8.3.0 659 1/28/2023
8.1.3 661 1/27/2023
8.1.2 623 1/27/2023
8.1.1 645 1/25/2023
8.1.0 582 1/25/2023
8.0.0 611 1/23/2023
7.4.2 894 1/23/2023
7.4.1 893 1/20/2023
7.4.0 862 1/19/2023
7.3.2 945 1/13/2023
7.3.1 904 1/13/2023
7.3.0 888 1/13/2023
7.2.0 894 1/12/2023
7.1.0 886 1/11/2023
7.0.0 928 1/10/2023
6.25.5 1,002 1/2/2023
6.25.4 877 1/2/2023
6.25.3 850 12/30/2022
6.25.2 888 12/28/2022
6.25.1 908 12/28/2022
6.25.0 895 12/28/2022
6.24.1 923 12/27/2022
6.24.0 887 12/27/2022
6.23.1 1,005 12/25/2022
6.23.0 912 12/25/2022
6.22.0 906 12/23/2022
6.21.6 911 12/22/2022
6.21.5 901 12/21/2022
6.21.4 930 12/21/2022
6.21.3 921 12/19/2022
6.21.2 934 12/18/2022
6.21.1 918 12/16/2022
6.21.0 926 12/15/2022
6.20.0 955 12/14/2022
6.19.0 996 12/12/2022
6.18.2 966 12/12/2022
6.18.1 936 12/9/2022
6.18.0 943 12/5/2022
6.17.9 996 12/5/2022
6.17.8 1,207 11/27/2022
6.17.5 1,140 11/18/2022
6.17.3 1,044 11/18/2022
6.17.2 1,163 11/14/2022
6.17.1 1,115 11/14/2022
6.17.0 1,107 11/10/2022
6.16.9 1,183 11/8/2022
6.16.8 1,102 11/8/2022
6.16.7 1,107 11/8/2022
6.16.6 1,109 11/8/2022
6.16.5 1,111 11/7/2022
6.16.4 1,158 11/7/2022
6.16.3 1,319 11/7/2022
6.16.2 1,230 11/5/2022
6.16.1 1,188 11/5/2022
6.16.0 1,209 11/5/2022
6.15.11 1,186 11/4/2022
6.15.10 1,189 11/4/2022
6.15.9 1,199 11/4/2022
6.15.8 1,156 11/3/2022
6.15.7 1,152 11/3/2022
6.15.6 1,177 11/2/2022
6.15.5 1,157 11/2/2022
6.15.0 1,173 11/2/2022
6.14.0 1,235 10/30/2022
6.13.0 1,202 10/28/2022
6.12.1 1,269 10/27/2022
6.12.0 1,249 10/27/2022
6.11.8 1,324 10/19/2022
6.11.7 1,336 10/18/2022
6.11.6 1,379 10/14/2022
6.11.5 1,326 10/14/2022
6.11.4 1,329 10/14/2022
6.11.3 5,232 10/14/2022
6.11.2 5,319 10/13/2022
6.11.1 5,320 10/13/2022
6.10.33 5,778 9/20/2022
6.10.32 5,723 9/16/2022
6.10.31 5,702 9/14/2022
6.10.30 5,995 9/13/2022
6.10.29 5,928 9/8/2022
6.10.28 5,853 9/8/2022
6.10.27 5,871 9/8/2022
6.10.26 5,858 9/8/2022
6.10.25 6,080 9/7/2022
6.10.24 6,053 9/6/2022
6.10.22 5,974 9/2/2022
6.10.18 6,057 9/2/2022
6.10.17 5,993 9/2/2022
6.10.16 5,947 9/2/2022
6.10.15 5,920 9/2/2022
6.10.14 6,057 9/2/2022
6.10.3 6,108 9/1/2022
6.10.2 6,066 8/30/2022
6.10.1 5,900 8/30/2022
6.10.0 5,827 8/29/2022
6.9.4 5,807 8/25/2022
6.9.3 5,937 8/25/2022
6.9.2 5,820 8/25/2022
6.9.1 5,788 8/25/2022
6.9.0 5,801 8/19/2022
6.8.1 5,745 8/17/2022
6.8.0 5,740 8/17/2022
6.7.3 5,869 8/8/2022
6.7.2 5,773 8/8/2022
6.7.1 5,811 8/4/2022
6.7.0 5,811 8/4/2022
6.6.1 5,825 8/2/2022
6.6.0 5,922 6/30/2022
6.5.6 6,037 6/27/2022
6.5.5 5,952 6/22/2022
6.5.4 6,086 6/15/2022
6.5.3 6,146 6/14/2022
6.5.2 6,178 6/14/2022
6.5.1 6,251 6/14/2022
6.5.0 6,198 6/13/2022
6.4.16 6,262 6/13/2022
6.4.14 6,186 6/13/2022
6.4.12 6,165 6/13/2022
6.4.10 6,192 6/12/2022
6.4.9 6,190 6/9/2022
6.4.8 6,128 6/7/2022
6.4.7 6,129 6/7/2022
6.4.6 6,213 6/7/2022
6.4.5 6,164 6/6/2022
6.4.4 6,391 6/6/2022
6.4.3 6,336 6/6/2022
6.4.2 6,241 6/6/2022
6.4.1 6,268 6/6/2022
6.4.0 6,241 6/5/2022
6.3.0 6,221 6/2/2022
6.2.1 6,340 5/27/2022
6.2.0 6,328 5/26/2022
6.1.13 6,299 5/25/2022
6.1.12 6,307 5/25/2022
6.1.11 6,322 5/25/2022
6.1.10 6,278 5/23/2022
6.1.9 6,224 5/23/2022
6.1.8 6,174 5/23/2022
6.1.7 6,268 5/23/2022
6.1.6 6,329 5/23/2022
6.1.5 6,273 5/23/2022
6.1.4 6,349 5/22/2022
6.1.3 6,106 5/20/2022
6.1.2 6,145 5/19/2022
6.1.1 6,335 5/5/2022
6.1.0 6,094 5/5/2022
6.0.1 6,127 5/4/2022
6.0.0 6,192 4/24/2022
5.14.1 6,539 4/7/2022
5.14.0 6,363 3/30/2022
5.13.2 6,379 3/15/2022
5.13.1 6,344 3/15/2022
5.13.0 6,468 3/15/2022
5.12.0 6,499 3/12/2022
5.11.2 6,371 3/8/2022
5.11.1 6,334 3/2/2022
5.11.0 6,470 2/27/2022
5.10.0 6,238 2/24/2022
5.9.0 6,175 2/23/2022
5.8.11 6,126 2/19/2022
5.8.10 6,104 2/17/2022
5.8.9 6,105 2/17/2022
5.8.8 6,156 2/17/2022
5.8.7 6,176 2/17/2022
5.8.6 6,129 2/16/2022
5.8.5 6,116 2/16/2022
5.8.4 6,048 2/16/2022
5.8.3 6,132 2/16/2022
5.8.2 6,162 2/16/2022
5.8.0 6,112 2/16/2022
5.7.3 6,151 2/15/2022
5.7.2 6,170 2/15/2022
5.7.1 6,172 2/15/2022
5.7.0 6,172 2/15/2022
5.6.1 6,221 2/14/2022
5.6.0 6,196 2/14/2022
5.5.0 6,258 2/13/2022
5.4.1 6,249 2/9/2022
5.4.0 6,128 2/9/2022
5.3.0 6,146 2/7/2022
5.2.2 6,177 2/7/2022
5.2.1 6,150 2/2/2022
5.2.0 6,123 2/2/2022
5.1.1 6,154 2/1/2022
5.1.0 6,237 1/28/2022
5.0.6 6,221 1/26/2022
5.0.5 6,266 1/26/2022
5.0.4 6,279 1/26/2022
5.0.3 6,240 1/25/2022
5.0.2 6,270 1/25/2022
5.0.1 6,172 1/25/2022
5.0.0 6,502 1/25/2022