Please read .NET Guidelines for more general information about coding styles, source structure, making pull requests, and more.
This project can be developed on any platform. To get started, follow instructions for your OS.
This project depends on .NET 7. Before working on the project, check that the .NET SDK is installed.
This project supports Visual Studio 2022. Any version, including the free Community Edition, should be sufficient.
This project also supports using Visual Studio Code. Install the C# Dev Kit.
This project can be built on the command line using the build.cmd
/build.sh
scripts.
Run .\build.cmd -help
or ./build.sh --help
to see more options.
Windows:
> .\build.cmd
macOS/Linux
$ ./build.sh
To build and run tests:
Windows:
> .\build.cmd -test
macOS/Linux:
$ ./build.sh --test