Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.32 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.32 KB

Buy Me a Coffee! ← If you would like to buy me a coffee

workflow last commit commits since release top languages language count sponsors

Introduction

The Felsökning NuGet assembly contains many of the "fire-and-forget" methods (and exension methods) used by the rest of the Felsökning NuGet packages, where applicable.

Getting Started

  1. Clone the repository: git clone https://github.com/felsokning/Fels-kning.git
  2. cd into the folder: cd Fels-kning
  3. Profit

Build and Test

From the Fels-kning folder:

  1. To build:
    1. dotnet restore --verbosity=normal
    2. dotnet build --verbosity=normal
  2. To Test:
    1. dotnet test --verbosity=normal

Contribute

contributions