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

Method 'get_Timeout' in type 'Microsoft.OData.Extensions.Client.HttpClientRequestMessage' from assembly 'Microsoft.OData.Extensions.Client, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.":"Microsoft.OData.Extensions.Client.HttpClientRequestMessage"} #1856

Closed
UM001 opened this issue Aug 13, 2020 · 5 comments

Comments

@UM001
Copy link

UM001 commented Aug 13, 2020

I get after upgrade 7.6.4 to 7.7.0 this error:

Method 'get_Timeout' in type 'Microsoft.OData.Extensions.Client.HttpClientRequestMessage' from assembly 'Microsoft.OData.Extensions.Client, Version=1.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.":"Microsoft.OData.Extensions.Client.HttpClientRequestMessage"}

I have also seen this issue here:
OData/Extensions#42

@xuzhg
Copy link
Member

xuzhg commented Aug 18, 2020

@UM001 I'd like to update you that the OData/Extensions#42 got resolved after merging the PR at: OData/Extensions#43. So far, the fix is not in the official release.

@UM001
Copy link
Author

UM001 commented Sep 12, 2020

Still have the problem in 7.7.1. But fixed it with:

services.AddAutoMapper(AppDomain.CurrentDomain.GetAssemblies().Where(x => x.FullName.Contains("MyName"))); //^$TO-DO: might be optimized for only own assemblies

@UM001
Copy link
Author

UM001 commented Sep 12, 2020

Sorry, issue is still there in 7.7.1. Reverting back again to 7.6.4

@HugzM
Copy link

HugzM commented Nov 2, 2020

I confirm issue is still there in 7.7.2 any update on when this is supposed to be fixed ?

@ElizabethOkerio
Copy link
Contributor

@UM001 and @HugzM this works fine in v 1.0.6 of the extension. Please update the extension and let us know. Also feel free to reopen the issue if the issue persists.

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

No branches or pull requests

5 participants