Skip to main content
Effort package icon

Effort

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.

Total Downloads
1.1M
1,113,054
Published
Feb 11, 2021
Latest stable version

Install

.NET CLI
dotnet add package Effort --version 2.2.11
Package Manager Console
Install-Package Effort -Version 2.2.11
PackageReference
<PackageReference Include="Effort" Version="2.2.11" />

Frameworks

No framework metadata available.

Dependencies

[3.1.1, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.