OData / Extensions

ExtensionsLib: - Extensions for OData libraries and framework
MIT License
11 stars 19 forks source link

Update for Microsoft.OData.Core > 7.6.1 #37

Open adrien-constant opened 4 years ago

adrien-constant commented 4 years ago

Hello,

If a project references Microsoft.AspnetCore.OData v7.4.1, you cannot reference the latest version of Microsoft.OData.Extensions.Client v1.0.1, because of a version conflict :

Microsoft.AspNetCore.OData 7.4.1 -> Microsoft.OData.Core (>= 7.6.1 && < 8.0.0) Microsoft.OData.Client 7.6.0 -> Microsoft.OData.Core (= 7.6.0)

There are new abstract properties in DataServiceClientRequestMessage that are not implemented in Microsoft.OData.Extensions.ClientHttpClientRequestMessage

Do you know when will it be updated ? Thank you

zurdev commented 4 years ago

@xuzhg, @eumikhailov when can we expect a new version to be published to Nuget.org? this issue is currently a blocker for using the extensions and seems to be the cause for #46 as well.