17 writes to Label
Aspire.Cli.Tests (17)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
170Label = "myresource-0",
Commands\TerminalCommandTests.cs (9)
183Label = "myresource-0", 190Label = "myresource-1", 268Label = "myresource-0", 275Label = "myresource-1", 381Label = "myresource-0", 486Label = "frontend-0", 500Label = "frontend-1", 529Label = "backend-0", 716Label = "frontend-0",
Commands\TerminalTapePlayCommandTests.cs (7)
137new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = true }, 138new() { ReplicaIndex = 1, Label = "shell-1", ConsumerUdsPath = "unused", IsAlive = true } 174new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = true }, 178Label = "shell-1", 230Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = "unused", IsAlive = false }] 280Label = "shell-0", 515Replicas = [new() { ReplicaIndex = 0, Label = "shell-0", ConsumerUdsPath = socketPath ?? "unused", IsAlive = true }]
3 references to Label
aspire (2)
Commands\TerminalResourceResolver.cs (2)
77? string.Format(CultureInfo.CurrentCulture, TerminalCommandStrings.ReplicaRunning, r.Label) 79r.Label, r.ExitCode?.ToString(CultureInfo.InvariantCulture) ?? "unknown"),
Aspire.Cli.Tests (1)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
132Assert.Equal("myresource-0", replica.Label);