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
5 references to IMauiPlatformResource
Aspire.Hosting.Maui (4)
Lifecycle\UnsupportedPlatformEventSubscriber.cs (2)
17
/// by checking for the <see cref="
IMauiPlatformResource
"/> marker interface.
30
if (resource is
IMauiPlatformResource
&&
MauiOtlpExtensions.cs (2)
54
where T :
IMauiPlatformResource
, IResourceWithEnvironment
139
where T :
IMauiPlatformResource
, IResourceWithEnvironment
Aspire.Hosting.Maui.Tests (1)
MauiPlatformExtensionsTests.cs (1)
188
Assert.IsAssignableFrom<
IMauiPlatformResource
>(platform.Resource);