csharp infinite loop caused by Identity store provider
I have made my own provider and everything looks fine but c# keeps stackoverflowing
2 Replies
this seems like https://github.com/dotnet/aspnetcore/issues/42975
GitHub
Access violation/StackoverflowException in new .NET6.0 WebAPI appli...
Describe the bug I created an new ASP.NET Core Web API (.net 6.0) application and the only changes i made was trying to add google authentication. using Microsoft.AspNetCore.Authentication.Google; ...
Thank you
it worked!