Skip to content

Commit 14b5564

Browse files
committed
Use the InvariantCulture to ensure consistency.
1 parent 0f2da63 commit 14b5564

File tree

1 file changed

+1
-1
lines changed
  • src/tools/Reporting/Reporting

1 file changed

+1
-1
lines changed

src/tools/Reporting/Reporting/Run.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ public class Run
2121

2222
public string WorkItemName { get; set; }
2323

24-
public IDictionary<string, string> Configurations { get; set; } = new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
24+
public IDictionary<string, string> Configurations { get; set; } = new SortedDictionary<string, string>(StringComparer.InvariantCultureIgnoreCase);
2525
}

0 commit comments

Comments
 (0)