Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.25 KB

XRoadLib

A .NET library for implementing service interfaces of X-Road providers using Code-First Development approach.

NuGet
Build Status

Documentation

Documentation and samples can be found at the XRoadLib home page.

Generating documents requires DocFX to be installed:

choco install docfx

Prerequisites

  • Restore 3rd party dependencies:

    Mono: Run $ mono ./.paket/paket.exe restore
    Windows: Run > .paket\paket.exe restore

  • Install FAKE dotnet SDK global tool:

    dotnet tool install fake-cli -g

https://fsprojects.github.io/Paket/fsi-integration.html

Building

fake run build.fsx

Disclaimer

This is an alpha build and as such most likely has problems that are yet undetected. That means the solution is not suitable for use in production environment. I will not hold responsibility for any damage caused by this software.

Maintainer(s)