Skip to content

Building from the source code

Bubi edited this page Sep 16, 2017 · 1 revision

Prerequisites

In order to work with the code base, you'll first need to install the following.

  • Visual Studio 2017 - Install Visual Studio 2017 including the free Visual Studio Community 2017. To compile and run the code at least version 15.3 is required.

Clone the repository

Using your favorite git client, clone the repository.

git clone https://github.com/bubibubi/EntityFrameworkCore.Jet.git

Build in Visual Studio

You should be able to open and build the solution in Visual Studio now.

Run tests

Several tests are written using xUnit.net 2.0 and can be run using your favorite runner. Some tests are written using Microsoft test framework and can be run using your favorite runner or with Visual Studio built in runner.