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