3 writes to NotificationType
Microsoft.DotNet.HotReload.Watch (3)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (3)
144
NotificationType
= NotificationType.SessionTerminated,
158
NotificationType
= NotificationType.ProcessRestarted,
171
NotificationType
= NotificationType.ServiceLogs,
5 references to NotificationType
Microsoft.DotNet.HotReload.Watch (5)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (1)
186
Log($"[#{sessionId}] Sending '{notification.
NotificationType
}': {notification}");
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (4)
26
/// One of <see cref="
NotificationType
"/>.
42
/// <see cref="SessionNotification.
NotificationType
"/> is <see cref="NotificationType.SessionTerminated"/>.
66
/// <see cref="SessionNotification.
NotificationType
"/> is <see cref="NotificationType.ProcessRestarted"/>.
83
/// <see cref="SessionNotification.
NotificationType
"/> is <see cref="NotificationType.ServiceLogs"/>.