-
Hey, From the documentation, I'm supposed to fill the configuration with Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 18 replies
-
Somebody needs to build a resource server. There's only one implementation right now and it's the one that works with aspire when you run with the orchestration pieces. The standalone dashboard doesn't have a resource server to talk to. To make it work you have to build a grpc server that implements this contract https://github.com/dotnet/aspire/blob/main/src/Aspire.Hosting/Dashboard/proto/resource_service.proto. |
Beta Was this translation helpful? Give feedback.
-
@davidfowl - where would the list of possible commands that the dashboard might send according to the protobuf spec be ? :D Possible that there is some documentation of that too. |
Beta Was this translation helpful? Give feedback.
@davidfowl #6772 is created as per your suggestion. Since this was my first time opening a discussion I rely on your (and others) helpful comments or ideas if you think it needs improvements.