6 references to NotificationType
Microsoft.DotNet.HotReload.Watch (6)
src\sdk\src\Dotnet.Watch\AspireService\AspireServerService.cs (3)
144
NotificationType =
NotificationType
.SessionTerminated,
158
NotificationType =
NotificationType
.ProcessRestarted,
171
NotificationType =
NotificationType
.ServiceLogs,
src\sdk\src\Dotnet.Watch\AspireService\Models\SessionChangeNotification.cs (3)
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"/>.