GdNet.DataReferences.EF
1.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GdNet.DataReferences.EF --version 1.4.0
NuGet\Install-Package GdNet.DataReferences.EF -Version 1.4.0
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="GdNet.DataReferences.EF" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GdNet.DataReferences.EF" Version="1.4.0" />
<PackageReference Include="GdNet.DataReferences.EF" />
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 GdNet.DataReferences.EF --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GdNet.DataReferences.EF, 1.4.0"
#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.
#:package GdNet.DataReferences.EF@1.4.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GdNet.DataReferences.EF&version=1.4.0
#tool nuget:?package=GdNet.DataReferences.EF&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DataReference for EF
| Product | Versions 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.
-
.NETFramework 4.5
- GdNet.Data.EF (>= 2.1.1)
- GdNet.DataReferences.Domain (>= 1.4.0)
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 |
|---|---|---|
| 1.5.0 | 1,711 | 12/28/2017 |
| 1.4.1 | 1,552 | 12/22/2017 |
| 1.4.0 | 1,283 | 6/6/2017 |
| 1.4.0-RC1 | 1,106 | 4/1/2017 |
| 1.3.1 | 1,295 | 3/1/2017 |
| 1.2.3 | 1,386 | 12/1/2016 |
| 1.2.2 | 1,378 | 3/19/2016 |
| 1.2.1 | 1,625 | 3/11/2016 |
| 1.2.0 | 1,357 | 3/8/2016 |
| 1.1.1 | 1,341 | 3/4/2016 |
| 1.1.0 | 1,360 | 3/2/2016 |
| 1.0.2 | 1,381 | 3/2/2016 |
| 1.0.1 | 1,356 | 3/2/2016 |
| 1.0.0 | 1,348 | 3/2/2016 |
Version 1.2.3
- Set value for ContextKey
Version 1.2.2
- Renamed context to DataReferencesDbContext
- Configuration is not sealed so that it can be override on the Seed method
Version 1.2.0
- Upgrade dependencies
Version 1.1.0
- Use an interface for the data context which improve IOC registration
Version 1.0.1
- Add initial migration