Mitch Denny
Mitch Denny
Its not far from being able to go in: https://github.com/dotnet/aspire/pull/4312
No. This work is building up for 9.0
This API will ship in 8.2, but we don't need to go out of our way to document it until 9.0 because its experimental.
If we are going to document `AddExecutable` it needs to cover `PublishAsDockerfile` as well since `AddExecutable` isn't that useful when it comes to deployment.
Issue: https://github.com/dotnet/aspire/issues/5192
For the samples specifically I think there is a tension between optimizing for education (pulling some code into its own project) and optimizing for cost efficiency (running this code as...
Some thought should be put into how this might interact with underlying configuration stores that extend the configuration system. For example Azure AppConfig has the concept of tags which can...
I really do think mapping parameters to environment variables is a deployment tool concept.
It would be good to know if its the apphost crashing first. If the apphost goes down then everything else will. It would also be good to get some sense...
Yes if one of the processes dies the apphost should continue to run. Let me see if I can repro this.