79593884

Date: 2025-04-26 11:50:44
Score: 0.5
Natty:
Report link

As Code Name Jack mentioned, it was because of using Services.AddIdentity instead of Services.AddIdentityCore
Note that you need to add role entity manually using Services.AddRoles<TRole>()when using identity core

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Muhammad Aaref Al-Shami