3 references to Behavior
Aspire.Hosting (2)
ApplicationModel\HiddenAnnotation.cs (1)
37
/// Gets the exit codes that are treated as successful completion when <see cref="
Behavior
"/> is <see cref="HiddenBehavior.OnCompletion"/>.
ApplicationModel\ResourceNotificationService.cs (1)
1205
var isHidden = annotation.
Behavior
switch
Aspire.Hosting.Tests (1)
Dashboard\DashboardResourceTests.cs (1)
61
Assert.Equal(HiddenBehavior.Always, hiddenAnnotation.
Behavior
);