Microsoft.OData.EntityFrameworkProvider 1.0.0-beta1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.OData.EntityFrameworkProvider.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.OData.EntityFrameworkProvider --version 1.0.0-beta1
NuGet\Install-Package Microsoft.OData.EntityFrameworkProvider -Version 1.0.0-beta1
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="Microsoft.OData.EntityFrameworkProvider" Version="1.0.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.OData.EntityFrameworkProvider --version 1.0.0-beta1
#r "nuget: Microsoft.OData.EntityFrameworkProvider, 1.0.0-beta1"
#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 Microsoft.OData.EntityFrameworkProvider as a Cake Addin
#addin nuget:?package=Microsoft.OData.EntityFrameworkProvider&version=1.0.0-beta1&prerelease

// Install Microsoft.OData.EntityFrameworkProvider as a Cake Tool
#tool nuget:?package=Microsoft.OData.EntityFrameworkProvider&version=1.0.0-beta1&prerelease

Server API for responding to OData queries and consuming/producing OData payloads based on entity framework version 6.0 or higher Supports OData v3. Targets .NET 4.0.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.OData.EntityFrameworkProvider:

Repository Stars
rstropek/Samples
Version Downloads Last updated
1.0.0-beta2 9,363 8/8/2014
1.0.0-beta1 222 8/1/2014
1.0.0-alpha2 3,750 10/2/2013

Bug fixes:
•         Fix the bug that resource string could not be properly loaded.
•         Fix the bug that entity with complex type property could not be serialized .
•         Fix the bug that some metadata elements, such as ReferentialConstraint, StoreGeneratedPattern, do not appear in metadata.
•         Fix the bug that CurrentDataSource has incorrect return type, the DBContext can be retrieved via DataService.CurrentDataSource now.