simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
735 stars 99 forks source link

quickstart could load type #783

Closed 104652091 closed 2 months ago

104652091 commented 2 months ago

Unhandled exception. System.TypeLoadException: Could not load type 'SimpleIdServer.Configuration.ConfigurationRecordAttribute' from assembly 'SimpleIdServer.Configuration, Version=5.0.1.0, Culture=neutral, PublicKeyToken=null'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr typeInstArgs, Int32 typeInstCount, IntPtr methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type)

simpleidserver commented 2 months ago

Hello,

Could you explain how to reproduce this exception?

Kind regards, SID

104652091 commented 2 months ago

i have solved the issue ,cause the template used the wrong package,SimpleIdServer.IdServer.Notification.Fcm should be 5.0.1 but it's 5.0.0

simpleidserver commented 2 months ago

Indeed, the NuGet package SimpleIdServer.IdServer.Notification.Fcm was not published on NuGet. :(

The package has now been uploaded.

Kind regards, SID