Answered by:
NuGet package for WCF Data Services 5.0 RTM ?

Question
-
Hello,
I just saw that a new release of WCF Data Service was released. Thanks for it, we were waiting for the RTM since october 2011 :-)
In our project, we use NuGet to manage dependencies. Actualy, there is no WCF Data Services packages. Is it planned to publish a NuGet package ? If so, when ?
Thanks,
Atteint de JavaScriptite aiguë
Wednesday, April 11, 2012 11:40 AM
Answers
-
Hi, Cyril - Nuget packages are uploaded:
- https://nuget.org/packages/Microsoft.Data.Services
- https://nuget.org/packages/Microsoft.Data.Services.Client
- https://nuget.org/packages/Microsoft.Data.OData
- https://nuget.org/packages/Microsoft.Data.Edm
- https://nuget.org/packages/System.Spatial
Please let us know if you run into any trouble using them.
HTH,
MarkHTH, Mark Stafford
- Proposed as answer by Mark Stafford - MSFTMicrosoft employee Wednesday, April 11, 2012 4:45 PM
- Marked as answer by Matt Meehan - MSFTModerator Wednesday, April 11, 2012 5:01 PM
Wednesday, April 11, 2012 4:45 PM
All replies
-
Hi, Cyril - Nuget packages are uploaded:
- https://nuget.org/packages/Microsoft.Data.Services
- https://nuget.org/packages/Microsoft.Data.Services.Client
- https://nuget.org/packages/Microsoft.Data.OData
- https://nuget.org/packages/Microsoft.Data.Edm
- https://nuget.org/packages/System.Spatial
Please let us know if you run into any trouble using them.
HTH,
MarkHTH, Mark Stafford
- Proposed as answer by Mark Stafford - MSFTMicrosoft employee Wednesday, April 11, 2012 4:45 PM
- Marked as answer by Matt Meehan - MSFTModerator Wednesday, April 11, 2012 5:01 PM
Wednesday, April 11, 2012 4:45 PM -
Hi - any word on if/when this will be avail for VS 11 Beta?Wednesday, April 11, 2012 10:54 PM
-
Hi, Mark,
Thanks Mark for the quick answer and the quick nuget upload. We have updated our solution with theses packages without any problems.
Cyril DURAND
Atteint de JavaScriptite aiguë
Friday, April 13, 2012 7:01 PM -
Thanks Mark
Can we do the CRUD with OData now ?
let's say for Windows Phone for example ?
Regards
- Edited by Oscar Agreda Monday, April 16, 2012 5:59 PM
Sunday, April 15, 2012 2:45 AM -
@jvrobert: the NuGet packages are availible anywhere - the NuGet package manager in VS11 Beta should be able to get them.
@Oscar: I'm not sure I understand your question. CRUD operations are the core operations OData defines. WCF Data Services shipped updated APIs as part of the Windows Phone 7.1 SDK (Mango), so I'd recommend that for creating Win phone clients using OData.-Ian
Wednesday, April 18, 2012 5:41 PM