Skip to content

Commit f37a827

Browse files
committed
Minor changes
1 parent 9f30ada commit f37a827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Tx.Windows.TypeGeneration/ManifestParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ private string LookupResourceString(string message)
589589
Value = s.Attribute(AttributeNames.Value)
590590
})
591591
.Where(s => s.Id != null && s.Value != null)
592-
.OrderBy(s => s.Id)
592+
.OrderBy(s => s.Id.Value)
593593
.ToArray();
594594

595595
var element = elements

0 commit comments

Comments
 (0)