Skip to content

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Dec 17, 2025

This PR intended to fix #2919

What's changed in this PR

  • Change JobOrderPolicy default to numeric order.
  • Add JobOrderPolicy.Ordinal enum value to.

Note: JobOrderPolicy.Numeric enum value is retained for compatibility purpose.

Other Changes

  • Rename JobComparer.Instance to JobComparer.Default
  • Add code to use CompareOptions.NumericOrdering on .NET 10 (It'll be used when net10.0 tfm is added in future)
  • Modify test code of JobOrderTests.cs (It's confirmed that these tests on net10.0 tfm also)

@filzrev filzrev force-pushed the feat-change-joborderer-default branch from 111d97e to 5f5a54c Compare December 17, 2025 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Job summary does not sort naturally by runtime version

2 participants