From 8c1770286f83a903077e39e79cfd080996f66683 Mon Sep 17 00:00:00 2001 From: FreddyD-GH <12990709+FreddyD-GH@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:44:58 -0500 Subject: [PATCH 1/3] Update README.md --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README.md b/docs/README.md index 6ba6f33..4bd27de 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,6 +6,15 @@ may also work under ASP.NET 4.6 and ASP.NET Core 1.0 when using the .NET Framewo the .NET Core runtime (netcore and netstandard). You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFrameworkCore.Jet/) + +## Prerequisites for building tests +- Install SQL Compact 4.0 + - x86 or x64 (whichever applies) +- Install Microsoft Access 2013 Runtime (https://www.microsoft.com/en-us/download/details.aspx?id=39358) + - x86, x64, or Both +- (maybe?) Install Microsoft Access Database Engine 2010 Redistributable (https://www.microsoft.com/en-US/download/details.aspx?id=13255) + - x86, x64, or Both +- The folder "C:\TEMP" must exist ## More documentation More documentation can be found on project [Wiki](https://www.github.com/bubibubi/EntityFrameworkCore.Jet/wiki) From f4366f2268540a45ebfb7682616a49ca1c0ffeb7 Mon Sep 17 00:00:00 2001 From: FreddyD-GH <12990709+FreddyD-GH@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:56:45 -0500 Subject: [PATCH 2/3] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 4bd27de..7611052 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,6 +15,7 @@ You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFr - (maybe?) Install Microsoft Access Database Engine 2010 Redistributable (https://www.microsoft.com/en-US/download/details.aspx?id=13255) - x86, x64, or Both - The folder "C:\TEMP" must exist +- Ensure xUnit test contain a reference to the nuget package xunit.runner.visualstudio to run the test from Visual Studio Test Explorer ## More documentation More documentation can be found on project [Wiki](https://www.github.com/bubibubi/EntityFrameworkCore.Jet/wiki) From 9c77b446b90ee672af5970eb46a29c7534121013 Mon Sep 17 00:00:00 2001 From: FreddyD-GH <12990709+FreddyD-GH@users.noreply.github.com> Date: Mon, 17 Feb 2020 22:57:01 -0500 Subject: [PATCH 3/3] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7611052..b2ad766 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFr - (maybe?) Install Microsoft Access Database Engine 2010 Redistributable (https://www.microsoft.com/en-US/download/details.aspx?id=13255) - x86, x64, or Both - The folder "C:\TEMP" must exist -- Ensure xUnit test contain a reference to the nuget package xunit.runner.visualstudio to run the test from Visual Studio Test Explorer +- Ensure xUnit test projects contain a reference to the nuget package xunit.runner.visualstudio to run the test from Visual Studio Test Explorer ## More documentation More documentation can be found on project [Wiki](https://www.github.com/bubibubi/EntityFrameworkCore.Jet/wiki)