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