6 implementations of IMauiPlatformResource
Aspire.Hosting.Maui (6)
MauiAndroidDeviceResource.cs (1)
14
: ProjectResource(name),
IMauiPlatformResource
MauiAndroidEmulatorResource.cs (1)
14
: ProjectResource(name),
IMauiPlatformResource
MauiiOSDeviceResource.cs (1)
14
: ProjectResource(name),
IMauiPlatformResource
MauiiOSSimulatorResource.cs (1)
14
: ProjectResource(name),
IMauiPlatformResource
MauiMacCatalystPlatformResource.cs (1)
23
: ProjectResource(name),
IMauiPlatformResource
MauiWindowsPlatformResource.cs (1)
23
: ProjectResource(name),
IMauiPlatformResource
6 references to IMauiPlatformResource
Aspire.Hosting.Maui (5)
Lifecycle\MauiBuildQueueEventSubscriber.cs (1)
49
if (@event.Resource is not
IMauiPlatformResource
mauiResource)
Lifecycle\UnsupportedPlatformEventSubscriber.cs (2)
17
/// by checking for the <see cref="
IMauiPlatformResource
"/> marker interface.
30
if (resource is
IMauiPlatformResource
&&
MauiOtlpExtensions.cs (2)
57
where T :
IMauiPlatformResource
, IResourceWithEnvironment
251
where T :
IMauiPlatformResource
, IResourceWithEnvironment
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
243
Assert.IsAssignableFrom<
IMauiPlatformResource
>(platform.Resource);