David Fowler
David Fowler
Do you really need this? Can you show some code that you can't make work by adding configuration?
Easier: ```C# builder.AddProject("MyProject") .WithEnvironment("MyService_url", myService.GetEndpoint("http")); ```
I don't think you need it. You just need to do what @jack775544 said and make the app host model what the application needs (https://medium.com/@davidfowl/modeling-your-environment-with-aspire-24e986752485). If you think you need...
LOOP is a better check that "running in aspire". Make more semantic checks that explain what you want to do instead of checking for the aspire apphost. I'm sure there...
I think we should aim to make the experience similar to how the console apps work and use a terminal for output. If using the terminal and launching via the...
Seems like we have this today when you run without the debugger for console apps but not web projects? https://github.com/dotnet/vscode-csharp/assets/95136/16514cc2-38c9-4bed-91f1-75cd218fa107
Why the difference?
> For ASP.NET projects, due to how VS Code detects when to auto launch the web browser, it is currently required to print the output into the Debug Console. Got...
We just added support for hierarchical keys in aspire https://github.com/dotnet/aspire/pull/9513. Looking forward to this!
You made a breaking API change