Skip to content

PlayingWithProjections/csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing with Projections in C#

The default version of this project is dotnetcore 2.2. You can download the latest version here: https://dotnet.microsoft.com/download

Getting started: Visual Studio or Project Rider

In Visual Studio/Project Rider, specify a command line argument pointing to the json file you want to replay. e.g. ../../../../../data/basic.json

Getting started: cli

For Linux or Mac: ./run.sh [path to json file] eg ./run.sh ../data/basic.json For Windows: dotnet run --project cli [path to json file] eg dotnet run --project cli ..\data\basic.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published