-
Notifications
You must be signed in to change notification settings - Fork 40
Building from the source code
Bubi edited this page Sep 16, 2017
·
1 revision
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.
Using your favorite git client, clone the repository.
git clone https://github.com/bubibubi/EntityFrameworkCore.Jet.git
You should be able to open and build the solution in Visual Studio now.
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.