James Newton-King
James Newton-King
/backport to release/9.0
Things work great if you fetch a logger with the complete resource name, e.g. basketservice-abcxyz, like [is done when executing a resource command](https://github.com/dotnet/aspire/blob/90bf558bcc3106e85950f934b1423612c6e5a350/src/Aspire.Hosting/Dashboard/DashboardServiceData.cs#L98-L100). But it doesn't work when getting a...
Because it was just an experiment. It also isn't perfect. It doesn't properly track long running streams. It only tracks calls until they return the first message.
Is there a different error if Docker isn't installed? Should test that scenario and ensure there is a good error message.
There isn't an API for the host to tell the dashboard to show messages. But since we know if docker is healthy or not before the dashboard is started, the...
>  As well as the error message from connecting to Docker, I'd like the logs to display an extra message that we add. Something as simple as "Failed to...
By the way there was a bug that causes these resource logs to be lost. A fix was just checked in to preserve them.