Metadata >> NuGet >> Microsoft.OData.EntityFrameworkProvider

Microsoft.OData.EntityFrameworkProvider

Metadata

Authors Microsoft Corporation
Description 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.
IconUrl http://static.tumblr.com/hgchgxz/9ualgdf98/icon.png
LicenseUrl http://go.microsoft.com/?linkid=9809688
Owners Microsoft Corporation
ProjectUrl http://go.microsoft.com/fwlink/?LinkId=220868
ReleaseNotes Bug fixes: • Fix a bug that EntityFrameworkProvider would throw exception when using Code First approach with EF 6.0.0+
RequireLicenseAcceptance True
Tags wcf data services odata odatalib edmlib spatial ado.net ef entity framework open protocol wcfds wcfdataservices dataservices provider
Dependencies EntityFramework:6.0.1|Microsoft.Data.Services:5.6.2
Title WCF Data Services EntityFramework Provider
PackageSize 980334
PackageHashAlgorithm SHA512
PackageHash bSDUKKzR/5r93lKIfdUEBpflp8JkHUxcRmJIa9tYLfttUZ8+LCdGvwpuQRYwKjs1HDtvO0tza3IziGtnOB635Q==
DownloadCount 000000
CreatedDate 2014-08-08T07:42:31

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Microsoft.OData.EntityFrameworkProvider -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Microsoft.OData.EntityFrameworkProvider -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Microsoft.OData.EntityFrameworkProvider
Installing the package (HTTP Basic authentication):
Install-Package Microsoft.OData.EntityFrameworkProvider -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Microsoft.OData.EntityFrameworkProvider -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Microsoft.OData.EntityFrameworkProvider

OpenWrap

Installing the package:
o add-wrap Microsoft.OData.EntityFrameworkProvider
Uninstalling the package:
o remove-wrap Microsoft.OData.EntityFrameworkProvider

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.0-beta2
1.0.0-beta1