3 writes to NotificationType
Microsoft.WebTools.AspireService.Tests (3)
AspireServerService.cs (3)
130NotificationType = NotificationType.SessionTerminated, 143NotificationType = NotificationType.ProcessRestarted, 155NotificationType = NotificationType.ServiceLogs,
5 references to NotificationType
Microsoft.WebTools.AspireService.Tests (5)
AspireServerService.cs (2)
169Log($"[#{sessionId}] Sending '{notification.NotificationType}'"); 179Log($"[#{sessionId}] Sending '{notification.NotificationType}' failed: {e.Message}");
AspireServerServiceTests.cs (3)
76if (sn.NotificationType == NotificationType.SessionTerminated) 404SessionNotification value = notification.NotificationType switch 409_ => throw new InvalidOperationException($"Unexpected {notification.NotificationType}")