We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2da63 commit 14b5564Copy full SHA for 14b5564
src/tools/Reporting/Reporting/Run.cs
@@ -21,5 +21,5 @@ public class Run
21
22
public string WorkItemName { get; set; }
23
24
- public IDictionary<string, string> Configurations { get; set; } = new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
+ public IDictionary<string, string> Configurations { get; set; } = new SortedDictionary<string, string>(StringComparer.InvariantCultureIgnoreCase);
25
}
0 commit comments