Contains common data-access components, intended to reduce boilerplate when implementing the Repository and Unit of Work patterns.
Work in Progress | |
---|---|
Build Status (master ) |
||
---|---|---|
Continuous Integration: | ||
Latest Release: |
Published Releases | |
---|---|
This solution consists of a .NET Standard class library and an xUnit test project. It can be built with any version of Visual Studio (2017+) or Visual Studio Code.
The official build/CI process is borrowed from another Git repository - OnionSeed.Build - and imported here as a Git submodule. This shared code encapsulates the entire process using Cake tasks - running them locally produces the same result as running them on a build server (currently AppVeyor).
Windows command prompt:
powershell .\build.ps1
.\build.ps1
Mac\Linux:
./build.sh