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