David Fowler
David Fowler
Can we just create a singlet network for all containers? We want to go through the dcp proxy for them as well for container -> host comms
We've made a change to the upcoming version of aspire to support container to container networking with the default aspire-network (https://github.com/dotnet/aspire/pull/5628). This isn't extensible as we're working towards a bigger...
This came up before, but the mechanics are unclear to me. This works today because of how applicationUrl and launchBrowser works with launch profiles and VS. What mechanism would be...
@mitchdenny Is working on infrastructure that will make this possible.
Looks like your launch profile has invalid JSON.
@mitchdenny what do you think?
We could throw a better exception with the project name and launchSettings path.
Can you go to your apphost's appsettings.json and turn on dashboard logs: ```JSON { "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning", "Aspire.Hosting.Dcp": "Warning", "Aspire.Hosting.Dashboard": "Warning" } } } ```
The debug window doesn't show logs, but the console window should.
@Kboxoxx did you do this https://github.com/dotnet/aspire/issues/4306#issuecomment-2132931140?