1 instantiation of UnsupportedPlatformAnnotation
Aspire.Hosting.Maui (1)
MauiPlatformHelper.cs (1)
107resourceBuilder.WithAnnotation(new UnsupportedPlatformAnnotation(reason), ResourceAnnotationMutationBehavior.Append);
3 references to UnsupportedPlatformAnnotation
Aspire.Hosting.Maui (3)
Lifecycle\UnsupportedPlatformEventSubscriber.cs (3)
13/// marked with <see cref="UnsupportedPlatformAnnotation"/>. 31resource.TryGetLastAnnotation<UnsupportedPlatformAnnotation>(out var annotation))