Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 492 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 492 Bytes

Oddities Contributor Guide

Development Prerequisites

To develop Oddities, you'll need .NET 7 SDK (or a later version).

Build the Project

Execute the following shell command:

$ dotnet build

Test

Execute the following shell command:

$ dotnet test

Pack for NuGet

Execute the following shell command:

$ dotnet pack