You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"}
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 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.
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
The text was updated successfully, but these errors were encountered: