6 instantiations of MauiProjectMetadata
Aspire.Hosting.Maui (6)
MauiAndroidExtensions.cs (2)
151.WithAnnotation(new MauiProjectMetadata(projectPath)) 336.WithAnnotation(new MauiProjectMetadata(projectPath))
MauiiOSExtensions.cs (2)
158.WithAnnotation(new MauiProjectMetadata(projectPath)) 344.WithAnnotation(new MauiProjectMetadata(projectPath))
MauiMacCatalystExtensions.cs (1)
86.WithAnnotation(new MauiProjectMetadata(projectPath))
MauiWindowsExtensions.cs (1)
86.WithAnnotation(new MauiProjectMetadata(projectPath))
2 references to MauiProjectMetadata
Aspire.Hosting.Maui.Tests (2)
MauiPlatformExtensionsTests.cs (2)
161var metadata = resource.Annotations.OfType<MauiProjectMetadata>().FirstOrDefault();