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 May 15, 2016 · 10 revisions

Prerequisites

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

  • Visual Studio 2015 - Install Visual Studio 2015 including the free Visual Studio Community 2015 - Update 2 or later is recommended

  • SQL Server Compact 3.5 SP2 - Runtime x86/x64

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.

Clone this wiki locally