10 references to EffectiveLabel
Aspire.Hosting (3)
Dashboard\DashboardService.cs (2)
141if (input.EffectiveLabel != null) 143dto.Label = input.EffectiveLabel;
Pipelines\PipelineActivityReporter.cs (1)
309Label = input.EffectiveLabel,
Aspire.Hosting.Tests (7)
InteractionServiceTests.cs (7)
619Assert.Equal("Age", collection["Age"].EffectiveLabel); 708Assert.Equal("Input1", collection["Input1"].EffectiveLabel); 709Assert.Equal("Input2", collection["Input2"].EffectiveLabel); 710Assert.Equal("Input3", collection["Input3"].EffectiveLabel); 741Assert.Equal("!@#$%^&*()", collection["SpecialInput"].EffectiveLabel); 744Assert.Equal("EmptyLabel", collection["EmptyLabel"].EffectiveLabel); // Falls back to name 747Assert.Equal("WhitespaceLabel", collection["WhitespaceLabel"].EffectiveLabel); // Falls back to name