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
Copy file name to clipboardExpand all lines: src/Uno.UI.RemoteControl.Server.Processors/HotReload/ServerHotReloadProcessor.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ private class HotReloadServerOperation
288
288
privatereadonlyTimer_timeout;
289
289
290
290
privateImmutableHashSet<string>_consideredFilePaths;// All files that have been considered for this operation.
291
-
privateImmutableHashSet<string>_ignoredFilePaths=_empty;// The files that has been ignored by the compilator for this operation (basically because they are not part of the solution).
291
+
privateImmutableHashSet<string>_ignoredFilePaths=_empty;// The files that have been ignored by the compilator for this operation (basically because they are not part of the solution).
0 commit comments