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