killmlana
killmlana
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
yeah it's supposed to be a learning experience anyways, thank you
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
😭
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
shouldve just used entity framework
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
now i am integrating it with asp.net identity cuz of all the features i am missing
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
just started webdev and some guy on stackoverflow recommended it 8 years ago
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
so annoying 😭 took me a while
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
okay found the issue bruh i accidentally used Microsoft.AspNetCore.Http.ISession instead of Nhibernate's while setting the datatypes of the parameters in the interface
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
i mean i tried removing the default value first then saw no improvement then i auto implemented it
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
removing the default value didn't help, and auto implementation changed it to
public Task SetUsername(User user, string? username, ISession? session = null)
{
//...
}
public Task SetUsername(User user, string? username, ISession? session = null)
{
//...
}
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
yeah i tried, it removes the async
24 replies
CC#
Created by killmlana on 3/13/2024 in #help
IDE complaining that interface async methods are not implemented.
Interface member 'Task BlogAPI.Contracts.INhibernateHelper.SetUsername(User, string?, ISession?)' is not implemented
Interface member 'Task BlogAPI.Contracts.INhibernateHelper.SetUsername(User, string?, ISession?)' is not implemented
24 replies