5 implementations of GetResource
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
553
public ResourceViewModel?
GetResource
(string resourceName)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
140
public ResourceViewModel?
GetResource
(string resourceName) => null;
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
71
public ResourceViewModel?
GetResource
(string resourceName) => null;
ResourceOutgoingPeerResolverTests.cs (1)
419
public ResourceViewModel?
GetResource
(string resourceName) => null;
tests\Shared\TestDashboardClient.cs (1)
140
public ResourceViewModel?
GetResource
(string resourceName) => null;
1 reference to GetResource
Aspire.Dashboard (1)
Components\Controls\PropertyValues\ResourceNameButtonValue.razor.cs (1)
42
_resource = DashboardClient.
GetResource
(Resource.ResourceKey.ToString());