Arto Kilponen
Arto Kilponen
CC#
Created by Arto Kilponen on 10/15/2024 in #help
ViewFeatures, but something that isn't deprecated?
With errors "AspNetCore does not exist" and "SelectListItem could not be found".
7 replies
CC#
Created by Arto Kilponen on 10/15/2024 in #help
ViewFeatures, but something that isn't deprecated?
No description
7 replies
CC#
Created by Arto Kilponen on 10/15/2024 in #help
ViewFeatures, but something that isn't deprecated?
Yes, agreed. Now that I remove it, I get:
7 replies
CC#
Created by Arto Kilponen on 10/15/2024 in #help
ViewFeatures, but something that isn't deprecated?
8.0
7 replies
CC#
Created by Arto Kilponen on 10/11/2024 in #help
Code to Diagram (EF Core Power Tools) very beginner question
Yeah, that did it, thanks 🙂
3 replies
CC#
Created by Arto Kilponen on 10/3/2024 in #help
✅ How to read Environment Variables in VS Code ?
Got help from a co-worker. So yeah, the code is correct. I just need to run it thru ".NET Core Launch (console)" and not from "Debug project associated with this file".
15 replies
CC#
Created by Arto Kilponen on 10/3/2024 in #help
✅ How to read Environment Variables in VS Code ?
But the result is the same. If I try to get the list of the keys, there's 60 of those, so it does get something, but I still don't know how to refer to the "API_ENDPOINT".
15 replies
CC#
Created by Arto Kilponen on 10/3/2024 in #help
✅ How to read Environment Variables in VS Code ?
I changed it now to be: string a = Environment.GetEnvironmentVariable("API_ENDPOINT");
15 replies
CC#
Created by Arto Kilponen on 10/3/2024 in #help
✅ How to read Environment Variables in VS Code ?
From VSC.
15 replies