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 :
There are new abstract properties in DataServiceClientRequestMessage that are not implemented in Microsoft.OData.Extensions.ClientHttpClientRequestMessage
@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.
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 :
There are new abstract properties in
DataServiceClientRequestMessage
that are not implemented inMicrosoft.OData.Extensions.ClientHttpClientRequestMessage
Do you know when will it be updated ? Thank you