Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 513 Bytes

AnnoRDA

A .NET standard library for reading RDA 2.2 files as used in Anno 2205.

Setup

  • Clone this repository

  • Install .NET Core SDK

  • Install library dependencies:

      $ cd /path/to/project
      $ dotnet restore
    
  • Build library & unit tests:

      $ cd /path/to/project
      $ dotnet build
    
  • Run unit tests:

      $ cd /path/to/project
      $ cd AnnoRDA.Tests
      $ dotnet test
    

    This will also build the library and tests.