1 write to DisplayProperties
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
447DisplayProperties = new ResourceSnapshotUrlDisplayProperties
6 references to DisplayProperties
Aspire.Hosting.Tests (6)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (6)
153Assert.NotNull(httpUrl.DisplayProperties); 154Assert.Equal("HTTP Endpoint", httpUrl.DisplayProperties.DisplayName); 155Assert.Equal(1, httpUrl.DisplayProperties.SortOrder); 158Assert.NotNull(httpsUrl.DisplayProperties); 159Assert.Equal("HTTPS Endpoint", httpsUrl.DisplayProperties.DisplayName); 160Assert.Equal(2, httpsUrl.DisplayProperties.SortOrder);