hi there
i am trying to use IndividualAccountsAuthentication
which in my case class named AppUser inheriting from identity user
class AppUser : IdentityUser<int>
and i get an error
/
Error CS0311 The type 'RivaWeb.Models.AppUser' cannot be used as type parameter 'TCustomIdentityUser' in the generic type or method 'SetupExtensions.IndividualAccountsAuthentication(AuthSetupData)'. There is no implicit reference conversion from 'RivaWeb.Models.AppUser' to 'Microsoft.AspNetCore.Identity.IdentityUser'
/
is there something i am missing or there is no way i can use an int for the user id with this library.
hi there i am trying to use IndividualAccountsAuthentication
which in my case class named AppUser inheriting from identity user
(AuthSetupData)'. There is no implicit reference conversion from 'RivaWeb.Models.AppUser' to 'Microsoft.AspNetCore.Identity.IdentityUser'
/
is there something i am missing or there is no way i can use an int for the user id with this library.
class AppUser : IdentityUser<int>
and i get an error / Error CS0311 The type 'RivaWeb.Models.AppUser' cannot be used as type parameter 'TCustomIdentityUser' in the generic type or method 'SetupExtensions.IndividualAccountsAuthentication