7 references to NotificationType
Microsoft.WebTools.AspireService.Tests (7)
AspireServerService.cs (3)
130
NotificationType =
NotificationType
.SessionTerminated,
143
NotificationType =
NotificationType
.ProcessRestarted,
155
NotificationType =
NotificationType
.ServiceLogs,
AspireServerServiceTests.cs (4)
76
if (sn.NotificationType ==
NotificationType
.SessionTerminated)
406
NotificationType
.ProcessRestarted => JsonSerializer.Deserialize<ProcessRestartedNotification>(message, AspireServerService.JsonSerializerOptions),
407
NotificationType
.SessionTerminated => JsonSerializer.Deserialize<SessionTerminatedNotification>(message, AspireServerService.JsonSerializerOptions),
408
NotificationType
.ServiceLogs => JsonSerializer.Deserialize<ServiceLogsNotification>(message, AspireServerService.JsonSerializerOptions),