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