10 references to EffectiveLabel
Aspire.Hosting (3)
Dashboard\DashboardService.cs (2)
207if (input.EffectiveLabel != null) 209dto.Label = input.EffectiveLabel;
Pipelines\PipelineActivityReporter.cs (1)
342Label = input.EffectiveLabel,
Aspire.Hosting.Tests (7)
InteractionServiceTests.cs (7)
703Assert.Equal("Age", collection["Age"].EffectiveLabel); 792Assert.Equal("Input1", collection["Input1"].EffectiveLabel); 793Assert.Equal("Input2", collection["Input2"].EffectiveLabel); 794Assert.Equal("Input3", collection["Input3"].EffectiveLabel); 825Assert.Equal("!@#$%^&*()", collection["SpecialInput"].EffectiveLabel); 828Assert.Equal("EmptyLabel", collection["EmptyLabel"].EffectiveLabel); // Falls back to name 831Assert.Equal("WhitespaceLabel", collection["WhitespaceLabel"].EffectiveLabel); // Falls back to name