1 instantiation of ServiceLogsNotification
Microsoft.WebTools.AspireService.Tests (1)
AspireServerService.cs (1)
153new ServiceLogsNotification()
4 references to ServiceLogsNotification
Microsoft.WebTools.AspireService.Tests (4)
AspireServerServiceTests.cs (4)
321TaskCompletionSource<ServiceLogsNotification> notificationTask = new(); 324notificationTask.SetResult((ServiceLogsNotification)sn); 331var result = await notificationTask.Task; 408NotificationType.ServiceLogs => JsonSerializer.Deserialize<ServiceLogsNotification>(message, AspireServerService.JsonSerializerOptions),