3 writes to NotificationType
Microsoft.WebTools.AspireService.Tests (3)
AspireServerService.cs (3)
131NotificationType = NotificationType.SessionTerminated, 145NotificationType = NotificationType.ProcessRestarted, 158NotificationType = NotificationType.ServiceLogs,
4 references to NotificationType
Microsoft.WebTools.AspireService.Tests (4)
AspireServerService.cs (1)
173Log($"[#{sessionId}] Sending '{notification.NotificationType}': {notification}");
AspireServerServiceTests.cs (3)
76if (sn.NotificationType == NotificationType.SessionTerminated) 404SessionNotification value = notification.NotificationType switch 409_ => throw new InvalidOperationException($"Unexpected {notification.NotificationType}")