7 references to NotificationType
Microsoft.WebTools.AspireService.Tests (7)
AspireServerService.cs (3)
131NotificationType = NotificationType.SessionTerminated, 145NotificationType = NotificationType.ProcessRestarted, 158NotificationType = 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),