❔ Services Not Working with DB Model
I have a db model
and some services that use it
however the service throws an error when using the model and I'm not sure why or what it means
8 Replies
k
what's the rest of the error?
Pastebin
System.AggregateException HResult=0x80131500 Message=Some service...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
discord wouldn't let me post it so I used pastebin
Unable to resolve service for type 'Microsoft.AspNetCore.Identity.IPasswordHasher`1[StoriedKingdom.Dungeon.Models.DbModels.DiscordUseryou've got missing dependencies
how do you mean?
the error tells you what's wrong
you've made a registration for
SecurityStampValidator
as ISecurityStampValidator
SecurityStampValidator
requires a dependency of type IPasswordHasher
no registration has been made for IPasswordsHasher
oh ok I see
thank you!
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.