hour
hour
CC#
Created by Frite on 8/23/2024 in #help
How do i quickly convert to base 9 ?
Yep, Convert.ToString only supports base 2, 8, 10, 16.
16 replies
CC#
Created by Jexs on 8/23/2024 in #help
can someone review my comments?
I assumed this
17 replies
CC#
Created by Jexs on 8/23/2024 in #help
can someone review my comments?
You could use Documentation Comments to improve them
17 replies
CC#
Created by Jexs on 8/23/2024 in #help
can someone review my comments?
Yeah they are correct in explaining what the code does
17 replies
CC#
Created by Jexs on 8/23/2024 in #help
can someone review my comments?
When you pass exampleInstance to useExample you're using the instance of the Example class.
17 replies
CC#
Created by Jexs on 8/23/2024 in #help
can someone review my comments?
What doesn't sound right?
17 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Try just inheriting from the Microsoft.AspNetCore.Identity.IEmailSender
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Don't write your own IEmailSender
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Yes
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Think this is as far as my knowledge goes tbh, hope someone else has a concrete answer 😭
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Think it's because you're not implementing the generic IMailSender<TUser> class
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
That's the same error as you got before
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Should work yes.
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
Something probably registers an implementation of IEmailSender when using .MapIdentityAPI
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
👍 Good luck
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
I think you need to write and register an implementation of IEmailSender
33 replies
CC#
Created by hutoanhill on 7/26/2024 in #help
✅ unregistered services
To my understanding your problem is currently that nothing is registering an implementation of IEmailSender.
33 replies
CC#
Created by Memeboi on 7/26/2024 in #help
C# Code for checking if the player is touching ground doesnt work
$code
3 replies
CC#
Created by botcute on 7/26/2024 in #help
Cascading delete from child to parent
Mmm, have you tried using Fluent API to setup your relationship. I know it has a .OnDelete method maybe that could work?
6 replies
CC#
Created by botcute on 7/26/2024 in #help
Cascading delete from child to parent
Well why use a one-way relationship if you need cascading delete?
6 replies