Skip to content

Prerequisites, build and development

Roman Bukin edited this page Nov 14, 2024 · 6 revisions

Prerequisites

Building from CLI

git clone https://github.com/dodopizza/primitives.git
cd ./primitives/src
dotnet build

Building from IDE

  1. Clone repository git clone https://github.com/dodopizza/primitives.git
  2. Open ./src/Dodo.Primitives.sln with Microsoft Visual Studio 2022 17.12 or higher or Jetbrains Rider 2024.3 or higher
  3. Rebuild Solution (Right click on solution in solution explorer - Rebuild Solution)
Clone this wiki locally