SharedCode.Data.EntityFramework 7.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package SharedCode.Data.EntityFramework --version 7.0.8
                    
NuGet\Install-Package SharedCode.Data.EntityFramework -Version 7.0.8
                    
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="SharedCode.Data.EntityFramework" Version="7.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharedCode.Data.EntityFramework" Version="7.0.8" />
                    
Directory.Packages.props
<PackageReference Include="SharedCode.Data.EntityFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharedCode.Data.EntityFramework --version 7.0.8
                    
#r "nuget: SharedCode.Data.EntityFramework, 7.0.8"
                    
#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.
#addin nuget:?package=SharedCode.Data.EntityFramework&version=7.0.8
                    
Install SharedCode.Data.EntityFramework as a Cake Addin
#tool nuget:?package=SharedCode.Data.EntityFramework&version=7.0.8
                    
Install SharedCode.Data.EntityFramework as a Cake Tool

Shared Code Data Library for Entity Framework

A library of code shared for free use to help with common data access scenarios using Entity Framework.

To use these, search NuGet for SharedCode.Data.EntityFramework

This specifically targets Entity Framework Core. There were some legacy Entity Framework helpers in old versions of the shared libraries, which can be found in older NuGet packages and in the git history. If someone wants to step up to maintain those I would happily take pull requests for adding them to the new solution as separate project(s).


Reference Notes

Resilient database context setup example:

services.AddDbContext<CatalogContext>(
	options =>
	{
		options.UseSqlServer(Configuration["ConnectionString"],
		sqlServerOptionsAction: sqlOptions =>
		{
			sqlOptions.EnableRetryOnFailure(
				maxRetryCount: 10,
				maxRetryDelay: TimeSpan.FromSeconds(30),
				errorNumbersToAdd: null);
		});
    });
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
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
7.3.1 93 2/23/2025
7.2.0 246 11/26/2023
7.0.12 331 12/11/2022
7.0.11 312 12/11/2022
7.0.9 330 12/11/2022
7.0.8 310 12/11/2022
7.0.7 390 10/5/2022
7.0.6 370 10/3/2022
7.0.5 418 10/2/2022
7.0.4 408 10/2/2022
7.0.3 417 10/2/2022
7.0.2 456 9/17/2022
7.0.1 419 9/11/2022
7.0.0 440 8/31/2022
6.0.8212.3335 467 6/26/2022
6.0.8211.37412 440 6/25/2022
6.0.8211.37390 438 6/25/2022
6.0.8211.37380 424 6/25/2022
6.0.8211.37366 434 6/25/2022
6.0.8211.37364 450 6/25/2022
6.0.8171.627 445 5/16/2022
6.0.8171.497 450 5/16/2022
6.0.8171.457 442 5/16/2022
6.0.8163.2722 449 5/8/2022
6.0.8163.2411 447 5/8/2022
6.0.8163.2246 434 5/8/2022
6.0.0.1 527 5/7/2022
6.0.0 757 11/21/2021
5.0.7 432 8/31/2022
5.0.6 405 8/31/2022
5.0.5 391 8/31/2022
5.0.4 428 8/13/2022
5.0.3 448 6/26/2022
1.0.0 384 9/4/2021