1 write to DisplayProperties
Aspire.Hosting (1)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1082DisplayProperties = new ResourceSnapshotUrlDisplayProperties
6 references to DisplayProperties
Aspire.Hosting.Tests (6)
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (6)
273Assert.NotNull(httpUrl.DisplayProperties); 274Assert.Equal("HTTP Endpoint", httpUrl.DisplayProperties.DisplayName); 275Assert.Equal(1, httpUrl.DisplayProperties.SortOrder); 278Assert.NotNull(httpsUrl.DisplayProperties); 279Assert.Equal("HTTPS Endpoint", httpsUrl.DisplayProperties.DisplayName); 280Assert.Equal(2, httpsUrl.DisplayProperties.SortOrder);