5 references to CreateNotification
Microsoft.DotNet.HotReload.Watch (5)
UI\IReporter.cs (5)
187
public static readonly MessageDescriptor<None> RuntimeProcessLauncherCreatedNotification =
CreateNotification
<None>();
190
public static readonly MessageDescriptor<IEnumerable<ProjectRepresentation>> RestartingProjectsNotification =
CreateNotification
<IEnumerable<ProjectRepresentation>>();
204
public static readonly MessageDescriptor<IEnumerable<ProjectRepresentation>> ChangesAppliedToProjectsNotification =
CreateNotification
<IEnumerable<ProjectRepresentation>>();
285
public static readonly MessageDescriptor<IEnumerable<ProjectRepresentation>> BuildStartedNotification =
CreateNotification
<IEnumerable<ProjectRepresentation>>();
286
public static readonly MessageDescriptor<(IEnumerable<ProjectRepresentation> projects, bool success)> BuildCompletedNotification =
CreateNotification
<(IEnumerable<ProjectRepresentation> projects, bool success)>();