MileHDev
MileHDev
CC#
Created by MileHDev on 7/2/2024 in #help
Datadog APM not working
No description
4 replies
CC#
Created by MileHDev on 2/3/2024 in #help
How to register with email AND username?
I am using this tuto: https://learn.microsoft.com/en-us/aspnet/core/security/authentication/identity-api-authorization?view=aspnetcore-8.0 But here you just send the email and password. The username becomes the email. How can I make it so that the username is a separate thing?
16 replies
CC#
Created by MileHDev on 9/29/2023 in #help
✅ Getting data from api on app startup?
I am experimenting with a very simple app. I want to keep a list of pokemon that I get from an api in a variable so that when a user searches in the front end for a name, the dotnet api will search do a string search on this list for similar names and return to the client to be rendered in a typeahead. Not sure how to make my api make an "automatic" http request for data without user interaction
16 replies
CC#
Created by MileHDev on 8/27/2023 in #help
❔ Renaming project / solution issues (c# dev kit)
I renamed every file and every reference and when I tried debugging it couldn't find the project. Somehow it's still looking for the old name but I've done a text search for the old name in the whole directory and I see nothing. What's the safe way of doing this?
17 replies
CC#
Created by MileHDev on 8/25/2023 in #help
❔ Can you create .net core Web API with c# dev kit in vscode that DOESN'T use the minimal syntax?
Seems like the option is not there like in VS.
11 replies
CC#
Created by MileHDev on 4/16/2023 in #help
❔ After I make a string nullable (by adding the ?) and add the migration then update my database...
It still shows as not nullable, why?
42 replies