TauFrisch
TauFrisch
CC#
Created by Conrad on 3/28/2025 in #help
My Database doesn't appear to be populated, yet when I run my program, the website does show correct
3. the code is actually for any reasons not persisted.
9 replies
CC#
Created by Conrad on 3/28/2025 in #help
My Database doesn't appear to be populated, yet when I run my program, the website does show correct
2. context.Products.Any() is true => your save is never called
9 replies
CC#
Created by Conrad on 3/28/2025 in #help
My Database doesn't appear to be populated, yet when I run my program, the website does show correct
1. It's never called
9 replies
CC#
Created by Conrad on 3/28/2025 in #help
My Database doesn't appear to be populated, yet when I run my program, the website does show correct
First, I would check a few things to isolate the problem. I see 3 obvious resons, why your code won't run:
9 replies
CC#
Created by Conrad on 3/28/2025 in #help
My Database doesn't appear to be populated, yet when I run my program, the website does show correct
Have you tried to debug your code in DBInitialiser at line 11?
9 replies
CC#
Created by TauFrisch on 3/28/2025 in #help
Launch an api project multiple times with different appsettings with Aspire
Nice, thanks for pointing that out! That's basically exactly what I need! Thanks 🙂
21 replies
CC#
Created by TauFrisch on 3/28/2025 in #help
Launch an api project multiple times with different appsettings with Aspire
How would you do it with env vars? Only way which comes to my mind is doing it with different launchsettings.
21 replies
CC#
Created by TauFrisch on 3/28/2025 in #help
Launch an api project multiple times with different appsettings with Aspire
True, the WithArgs() extension should do the job 🙂
21 replies
CC#
Created by TauFrisch on 12/13/2024 in #help
About .Net Aspire WithExternalHttpEndpoints()
Thank's, that totally fixed it
7 replies
CC#
Created by TauFrisch on 12/13/2024 in #help
About .Net Aspire WithExternalHttpEndpoints()
@davidfowl do you have any idea? I guess I'm missing some sort of MacOS specific setup?
7 replies
CC#
Created by TauFrisch on 12/13/2024 in #help
About .Net Aspire WithExternalHttpEndpoints()
And this is the way it behaives, when I launch it with Aspire.
7 replies
CC#
Created by TauFrisch on 12/13/2024 in #help
About .Net Aspire WithExternalHttpEndpoints()
Hi, sure 🙂 First you see a snipped where I run the WebApi project directly
7 replies