1 write to Description
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
616
Description
= c.DisplayDescription,
3 references to Description
Aspire.Hosting.Tests (3)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (3)
186
Assert.Contains(snapshot.Commands, c => c.Name == "start" && c.DisplayName == "Start" && c.
Description
== "Start the resource" && c.State == "Enabled");
187
Assert.Contains(snapshot.Commands, c => c.Name == "stop" && c.DisplayName == "Stop" && c.
Description
== "Stop the resource" && c.State == "Disabled");
188
Assert.Contains(snapshot.Commands, c => c.Name == "restart" && c.DisplayName == "Restart" && c.
Description
== null && c.State == "Hidden");