10 references to EffectiveLabel
Aspire.Hosting (3)
Dashboard\DashboardService.cs (2)
125if (input.EffectiveLabel != null) 127dto.Label = input.EffectiveLabel;
Publishing\PublishingActivityReporter.cs (1)
288Label = input.EffectiveLabel,
Aspire.Hosting.Tests (7)
InteractionServiceTests.cs (7)
477Assert.Equal("Age", collection["Age"].EffectiveLabel); 566Assert.Equal("Input1", collection["Input1"].EffectiveLabel); 567Assert.Equal("Input2", collection["Input2"].EffectiveLabel); 568Assert.Equal("Input3", collection["Input3"].EffectiveLabel); 599Assert.Equal("!@#$%^&*()", collection["SpecialInput"].EffectiveLabel); 602Assert.Equal("EmptyLabel", collection["EmptyLabel"].EffectiveLabel); // Falls back to name 605Assert.Equal("WhitespaceLabel", collection["WhitespaceLabel"].EffectiveLabel); // Falls back to name