1 instantiation of ProcessRestartedNotification
Microsoft.WebTools.AspireService.Tests (1)
AspireServerService.cs (1)
141new ProcessRestartedNotification()
4 references to ProcessRestartedNotification
Microsoft.WebTools.AspireService.Tests (4)
AspireServerServiceTests.cs (4)
44TaskCompletionSource<ProcessRestartedNotification> notificationTask = new(); 47notificationTask.SetResult((ProcessRestartedNotification)sn); 54var result = await notificationTask.Task; 406NotificationType.ProcessRestarted => JsonSerializer.Deserialize<ProcessRestartedNotification>(message, AspireServerService.JsonSerializerOptions),