1 write to DisplayProperties
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
537DisplayProperties = new ResourceSnapshotUrlDisplayProperties
6 references to DisplayProperties
Aspire.Hosting.Tests (6)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (6)
155Assert.NotNull(httpUrl.DisplayProperties); 156Assert.Equal("HTTP Endpoint", httpUrl.DisplayProperties.DisplayName); 157Assert.Equal(1, httpUrl.DisplayProperties.SortOrder); 160Assert.NotNull(httpsUrl.DisplayProperties); 161Assert.Equal("HTTPS Endpoint", httpsUrl.DisplayProperties.DisplayName); 162Assert.Equal(2, httpsUrl.DisplayProperties.SortOrder);