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