1 write to DashboardUrl
aspire (1)
Backchannel\ResourceSnapshotMapper.cs (1)
161DashboardUrl = dashboardUrl,
4 references to DashboardUrl
Aspire.Cli.Tests (4)
Backchannel\ResourceSnapshotMapperTests.cs (2)
126Assert.NotNull(result.DashboardUrl); 127Assert.Contains("localhost:18080", result.DashboardUrl);
Commands\DescribeCommandTests.cs (2)
721Assert.Equal("http://localhost:18888/?resource=redis", deserialized.Resources[0].DashboardUrl); 794Assert.Equal("http://localhost:18888/?resource=redis", resource.DashboardUrl);