Closed MCFHTAGENTS closed 2 years ago
This organization is not maintained anymore besides critical security bugfixes (if feasible). This organization will be archived when .NET Core 3.1 end of support is reached (3rd Dec 2022). All new development is happening in the new Duende Software organization.
IdentityServer4 is not compatible with .NET 7.
The new Duende IdentityServer comes with a commercial license but is free for dev/testing/personal projects and companies or individuals making less than 1M USD gross annnual revenue. Please get in touch with us if you have any question.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Hi I have upgraded an existing, working, application to .Net 7 and am running IdentityServer 4.1.2. When I start my site I get the following stack trace:
which occurs in my database initialization routine where I am aligning data held in the confgurationDB with some storage.
and fails when I call
resource.ToEntity
. Any ideas what I might need to change?Thank you