You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticreadonlyMessageDescriptorUpdatesApplied=new("Updates applied: {0} out of {1}.","🔥",MessageSeverity.Verbose,s_id++);
67
-
publicstaticreadonlyMessageDescriptorWaitingForFileChangeBeforeRestarting=new("Waiting for a file to change before restarting dotnet...","⏳",MessageSeverity.Warning,s_id++);
66
+
publicstaticreadonlyMessageDescriptorWaitingForFileChangeBeforeRestarting=new("Waiting for a file to change before restarting ...","⏳",MessageSeverity.Warning,s_id++);
68
67
publicstaticreadonlyMessageDescriptorWatchingWithHotReload=new("Watching with Hot Reload.","⌚",MessageSeverity.Verbose,s_id++);
69
68
publicstaticreadonlyMessageDescriptorRestartInProgress=new("Restart in progress.","🔄",MessageSeverity.Output,s_id++);
0 commit comments