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 'DetermineServiceOperationEndpoint' in type 'Amazon.SQS.ExtendedClient.AmazonSQSExtendedClient' from assembly 'Amazon.SQS.ExtendedClient, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'
#40
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.
'Method 'DetermineServiceOperationEndpoint' in type 'Amazon.SQS.ExtendedClient.AmazonSQSExtendedClient' from assembly 'Amazon.SQS.ExtendedClient, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'
AWSSDK.Core, AWSSDK.S3 and AWSSDK.SQS all on latest nuget package.
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion but this is not a real solution.
In our case, SQS cannot be removed from the project, your fix is helping only in specific NuGet packages configuration (where only ExtendedClient is needed), not when SQS has to be used.
As the problem did not occur with older .NET versions (that btw will lose its support really soon), the fix should be provided by the library contributors, to make sure ExtendedClient is compatible with AWSSDK.SQS in NET 7 or .NET 8 projects.
Getting this error with .Net 7.0
'Method 'DetermineServiceOperationEndpoint' in type 'Amazon.SQS.ExtendedClient.AmazonSQSExtendedClient' from assembly 'Amazon.SQS.ExtendedClient, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'
AWSSDK.Core, AWSSDK.S3 and AWSSDK.SQS all on latest nuget package.
The text was updated successfully, but these errors were encountered: