@ -17,10 +17,13 @@ You can find the latest build on [NuGet](https://www.nuget.org/packages/EntityFr
- The folder "C:\TEMP" must exist
- Ensure xUnit test projects contain a reference to the nuget package xunit.runner.visualstudio to run the test from Visual Studio Test Explorer
## Random Notes
- Path to msadox.dll: C:\Program Files\Common Files\System\ado
- Will need to upgrade test projects to use Microsoft.NET.Test.SDK version 16.4.0 or higher, otherwise Visual Studio test runner still tries to run x86 tests on x64.
- Paths to msadox.dll:
- C:\Program Files\Common Files\System\ado
- C:\Program Files (x86)\Common Files\System\ado
- Probably want to set Visual Studio to use PackageReference instead of packages.config by default (Options->Nuget Package Manager)