aws-aspnet-cognito-identity-provider: Error on startup

Hi,

I am having the following error when try to run an asp.net core 3.0 app.

`System.TypeLoadException: ‘Method ‘NormalizeName’ in type ‘Amazon.AspNetCore.Identity.Cognito.CognitoKeyNormalizer’ from assembly ‘Amazon.AspNetCore.Identity.Cognito, Version=1.0.0.0, Culture=neutral, PublicKeyToken=885c28607f98e604’ does not have an implementation.’

image `

Could you guide me trough this?

Regards, Ed

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 3
  • Comments: 26 (10 by maintainers)

Most upvoted comments

Sorry everybody for the delay, we are working to get the the 3.0 version out. We have had to juggle around a bit of resources lately which has caused the delay but it is high on our list to get you all unblocked and the the 3.0 version out.

@assyadh Would it be possible for you to at least give an estimation when you are likely to create a nuget package. I am in the process of trying to build a version of the application and my build process is broken because it is expecting a nuget package. I need to plan accordingly.

Hi,

Related to https://github.com/aspnet/AspNetCore/issues/8572

This looks like a breaking change on ASP.NET Core 3.0 preview 4, which you are running.

Thanks for reporting this, I will look into what’s the best course of action.

In the meantime you can downgrade your target to ASP.NET Core 2.1 which is the currently supported one for this library.

Hi,

This is not the only backward incompatible change coming with 3.0. We are still weighing our options.

In the meantime can you guys share what are your use cases requiring the preview 3.0 of ASP.NET Core?

This may help our decision

@assyadh Hello Hamza. We are upgrading our current apps to use the new Asp.Net Core 3.0. Any ETA?

taking the package from Amazon.AspNetCore.Identity.Cognito.1.0.3.nupkg.zip worked for me but please update once this is available get directly from nuget manager

Hi everyone,

Here is a preview build of the library supporting the ASP.NET Core 3.0 target.

We are trying to get the official 1.0.3 out for the GA of .NET Core 3.0

Amazon.AspNetCore.Identity.Cognito.1.0.3.nupkg.zip

Let me know if that unblocks you or not.

Thanks!

I’m working with 3.0 Preview 8 and I’m encountering this issue. Is there any plans to support .net standard 2.1?