Skip to content

Building

All Cratis projects follow the same structure and way of building.

The repositories use one or more of the following technologies:

All C#-based projects are added to the solution file at the root level, so you can build from the root:

Terminal window
dotnet build

Similarly with the specifications you can do:

Terminal window
dotnet test

If you’re using an IDE such as Visual Studio, Rider or similar, open the solution file at the root and run the build or tests from within the IDE.