Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Unassigned: WebAPI ODataLib dependency invalid [1055]

$
0
0
Currently the WebAPI OData package has a dependency on ODataLib >= 5.5.0-alpha2, however if you use ODataLib 5.5.0-rc1 everything breaks.

The MyGet dependency value should probably be set to =5.5.0-alpha2.
Comments: To give an idea, this is one of the errors you'll probably get if you update: ``` "Could not load type 'Microsoft.Data.OData.Query.SemanticAst.SelectionItem' from assembly 'Microsoft.Data.OData, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'." ``` You'll most get atleast 1 MissingMethodExceptions at some point as well.

Viewing all articles
Browse latest Browse all 7215

Trending Articles