Effort.EF6.WithHierarchyId
1.0.1
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
Install-Package Effort.EF6.WithHierarchyId -Version 1.0.1
dotnet add package Effort.EF6.WithHierarchyId --version 1.0.1
<PackageReference Include="Effort.EF6.WithHierarchyId" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Effort.EF6.WithHierarchyId --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Effort.EF6.WithHierarchyId, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- EntityFrameworkWithHierarchyId (>= 6.1.3 && < 7.0.0)
- NMemory (>= 1.0.2 && < 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.