A .NET library for implementing service interfaces of X-Road providers using Code-First Development approach.
Documentation and samples can be found at the XRoadLib home page.
Generating documents requires DocFX to be installed:
choco install docfx
-
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
fake run build.fsx
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.