efsession 1.0.6

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package efsession --version 1.0.6
NuGet\Install-Package efsession -Version 1.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="efsession" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add efsession --version 1.0.6
#r "nuget: efsession, 1.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install efsession as a Cake Addin
#addin nuget:?package=efsession&version=1.0.6

// Install efsession as a Cake Tool
#tool nuget:?package=efsession&version=1.0.6

unit of work session api for EF to eliminate the need to creat a class inheriting from dbcontext that contains individual dbsets.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Add an ISession reference to any class that requires db access. the default conn string is expected to be named EntityFrameworkContext.
Implementing IConnStringDiscoveryConvention will override that convention. Implement IConfigureModelBuilder to define configuration over conventional object to db bindings applied by EF.