Building
All Cratis projects follow the same structure and way of building.
Prerequisites
Section titled “Prerequisites”The repositories use one or more of the following technologies:
Build and Test
Section titled “Build and Test”All C#-based projects are added to the solution file at the root level, so you can build from the root:
dotnet buildSimilarly with the specifications you can do:
dotnet testIf 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.