5 implementations of GetResource
Aspire.Dashboard (1)
ServiceClient\DashboardClient.cs (1)
553public ResourceViewModel? GetResource(string resourceName)
Aspire.Dashboard.Components.Tests (1)
tests\Shared\TestDashboardClient.cs (1)
140public ResourceViewModel? GetResource(string resourceName) => null;
Aspire.Dashboard.Tests (3)
Integration\Playwright\Infrastructure\MockDashboardClient.cs (1)
71public ResourceViewModel? GetResource(string resourceName) => null;
ResourceOutgoingPeerResolverTests.cs (1)
419public ResourceViewModel? GetResource(string resourceName) => null;
tests\Shared\TestDashboardClient.cs (1)
140public 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());