10 references to EffectiveLabel
Aspire.Hosting (3)
Dashboard\DashboardService.cs (2)
126if (input.EffectiveLabel != null) 128dto.Label = input.EffectiveLabel;
Publishing\PublishingActivityReporter.cs (1)
288Label = input.EffectiveLabel,
Aspire.Hosting.Tests (7)
InteractionServiceTests.cs (7)
495Assert.Equal("Age", collection["Age"].EffectiveLabel); 584Assert.Equal("Input1", collection["Input1"].EffectiveLabel); 585Assert.Equal("Input2", collection["Input2"].EffectiveLabel); 586Assert.Equal("Input3", collection["Input3"].EffectiveLabel); 617Assert.Equal("!@#$%^&*()", collection["SpecialInput"].EffectiveLabel); 620Assert.Equal("EmptyLabel", collection["EmptyLabel"].EffectiveLabel); // Falls back to name 623Assert.Equal("WhitespaceLabel", collection["WhitespaceLabel"].EffectiveLabel); // Falls back to name