We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba065d commit 97766ccCopy full SHA for 97766cc
Source/Monitorian.Core/Models/Monitor/MonitorManager.cs
@@ -61,7 +61,7 @@ private static HashSet<string> GetOptionIds(string option)
61
.TakeWhile(x => x.success)
62
.Select(x => x.id);
63
64
- return new HashSet<string>(ids);
+ return new HashSet<string>(ids, StringComparer.OrdinalIgnoreCase);
65
}
66
67
#endregion
0 commit comments