Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Getting and building the code

Erik Ejlskov Jensen edited this page Apr 16, 2017 · 10 revisions

Prerequisites

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

Clone the repository

Using your favorite git client, clone the repository.

git clone https://github.com/ErikEJ/EntityFramework.SqlServerCompact.git

Build in Visual Studio

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

Run tests

Tests are written using xUnit.net 2.0, and can be run using your favorite runner. I recommend either the built-in Visual Studio test runner or TestDriven.Net.