4 implementations of GetResource
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
553
public ResourceViewModel?
GetResource
(string resourceName)
Aspire.Dashboard.Components.Tests (1)
Shared\TestDashboardClient.cs (1)
130
public ResourceViewModel?
GetResource
(string resourceName)
Aspire.Dashboard.Tests (2)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
64
public ResourceViewModel?
GetResource
(string resourceName)
ResourceOutgoingPeerResolverTests.cs (1)
415
public 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());