Skip to content

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

License

Notifications You must be signed in to change notification settings

janno-p/XRoadLib

Repository files navigation

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)