6 instantiations of MauiProjectMetadata
Aspire.Hosting.Maui (6)
MauiAndroidExtensions.cs (2)
161
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
366
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
MauiiOSExtensions.cs (2)
168
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
379
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
MauiMacCatalystExtensions.cs (1)
92
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
MauiWindowsExtensions.cs (1)
92
.WithAnnotation(new
MauiProjectMetadata
(projectPath))
2 references to MauiProjectMetadata
Aspire.Hosting.Maui.Tests (2)
MauiPlatformExtensionsTests.cs (2)
208
var
metadata = resource.Annotations.OfType<
MauiProjectMetadata
>().FirstOrDefault();