4 implementations of GetResource
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
553public ResourceViewModel? GetResource(string resourceName)
Aspire.Dashboard.Components.Tests (1)
Shared\TestDashboardClient.cs (1)
130public ResourceViewModel? GetResource(string resourceName)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
64public ResourceViewModel? GetResource(string resourceName)
ResourceOutgoingPeerResolverTests.cs (1)
415public ResourceViewModel? GetResource(string resourceName) => throw new NotImplementedException();
1 reference to GetResource
Aspire.Dashboard (1)
Components\Controls\PropertyValues\ResourceNameButtonValue.razor.cs (1)
39_resource = DashboardClient.GetResource(Resource.ResourceKey.ToString());