SharedCode.Data.EntityFramework 7.0.12

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.12
                    
NuGet\Install-Package SharedCode.Data.EntityFramework -Version 7.0.12
                    
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.12" />
                    
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.12" />
                    
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.12
                    
#r "nuget: SharedCode.Data.EntityFramework, 7.0.12"
                    
#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.12
                    
Install SharedCode.Data.EntityFramework as a Cake Addin
#tool nuget:?package=SharedCode.Data.EntityFramework&version=7.0.12
                    
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 months ago
7.2.0 246 11/26/2023
7.0.12 333 12/11/2022
7.0.11 314 12/11/2022
7.0.9 332 12/11/2022
7.0.8 312 12/11/2022
7.0.7 392 10/5/2022
7.0.6 372 10/3/2022
7.0.5 420 10/2/2022
7.0.4 411 10/2/2022
7.0.3 420 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 468 6/26/2022
6.0.8211.37412 441 6/25/2022
6.0.8211.37390 439 6/25/2022
6.0.8211.37380 425 6/25/2022
6.0.8211.37366 435 6/25/2022
6.0.8211.37364 452 6/25/2022
6.0.8171.627 446 5/16/2022
6.0.8171.497 451 5/16/2022
6.0.8171.457 443 5/16/2022
6.0.8163.2722 450 5/8/2022
6.0.8163.2411 449 5/8/2022
6.0.8163.2246 435 5/8/2022
6.0.0.1 528 5/7/2022
6.0.0 758 11/21/2021
5.0.7 432 8/31/2022
5.0.6 407 8/31/2022
5.0.5 391 8/31/2022
5.0.4 428 8/13/2022
5.0.3 450 6/26/2022
1.0.0 385 9/4/2021