Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Microsoft.OData.Core > 7.6.1 #37

Open
adrien-constant opened this issue Jul 6, 2020 · 1 comment
Open

Update for Microsoft.OData.Core > 7.6.1 #37

adrien-constant opened this issue Jul 6, 2020 · 1 comment

Comments

@adrien-constant
Copy link

adrien-constant commented Jul 6, 2020

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
Copy link

zurdev commented Sep 14, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants