Open vmykagapuz opened 2 weeks ago
I believe this is by design because they exited with different errors, which is illustrated by the different tooltip messages.
As @balachir shared above, the reason why there are two different icons is because two different exit codes. Keeping this one open as Feature to consider displaying the fact that one had errors in the dashboard (without having to show the tooltip)
INSTALL STEPS
REPRO STEPS
builder.AddKafkaProducer<string, string>("myConnection");
var myService = builder.AddProject()
.WithReference(messaging);