-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ML.NET tests target net8.0 and net9.0 instead of net6.0 #7097
base: main
Are you sure you want to change the base?
Commits on Mar 21, 2024
-
Make tests and product target net8 instead of net6
Net6 & net7 will be out of support by the time we release.
Configuration menu - View commit details
-
Copy full SHA for 58d2dd0 - Browse repository at this point
Copy the full SHA 58d2dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7f768 - Browse repository at this point
Copy the full SHA 2e7f768View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18f8b1 - Browse repository at this point
Copy the full SHA e18f8b1View commit details -
Address change in behavior in enum.ToString
InternalDataKind.TX and InternalDataKind.Text have the same underlying value. In net8.0 we started seeing ToString return the latter.
Configuration menu - View commit details
-
Copy full SHA for e84dc7f - Browse repository at this point
Copy the full SHA e84dc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aea67f3 - Browse repository at this point
Copy the full SHA aea67f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe2869 - Browse repository at this point
Copy the full SHA 4fe2869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194885b - Browse repository at this point
Copy the full SHA 194885bView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 704fd61 - Browse repository at this point
Copy the full SHA 704fd61View commit details
Commits on Mar 25, 2024
-
Refactor helix testing to get test info from projects
Rather than constructing the test information outside the projects make a target within the test reponsible for this. That allows us to avoid hardcoding paths, and directly control the behavior for the individual test at the project level.
Configuration menu - View commit details
-
Copy full SHA for c5718cb - Browse repository at this point
Copy the full SHA c5718cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d26b856 - Browse repository at this point
Copy the full SHA d26b856View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc0e509 - Browse repository at this point
Copy the full SHA dc0e509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 234f41a - Browse repository at this point
Copy the full SHA 234f41aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb1f4f - Browse repository at this point
Copy the full SHA 8fb1f4fView commit details
Commits on Mar 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65a5b41 - Browse repository at this point
Copy the full SHA 65a5b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e20c4 - Browse repository at this point
Copy the full SHA f7e20c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for af6b3b9 - Browse repository at this point
Copy the full SHA af6b3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for de40d3c - Browse repository at this point
Copy the full SHA de40d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 733c9e3 - Browse repository at this point
Copy the full SHA 733c9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48f244 - Browse repository at this point
Copy the full SHA c48f244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 287f4a9 - Browse repository at this point
Copy the full SHA 287f4a9View commit details
Commits on Mar 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 703cc3c - Browse repository at this point
Copy the full SHA 703cc3cView commit details -
Use test script for helix payload
Test script saves test output on failures. It also avoids returning non-zero when the runner completes gracefully with failures.
Configuration menu - View commit details
-
Copy full SHA for 67e3150 - Browse repository at this point
Copy the full SHA 67e3150View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda3783 - Browse repository at this point
Copy the full SHA fda3783View commit details -
Only run .NETFramework tests on x64
Also cleanup setting RuntimeIdentifier since it's not required. Techincally we could be testing .NETFramework on more architectures by setting PlatformTarget but I don't want to open that can of worms yet since it might require new sets of baselines.
Configuration menu - View commit details
-
Copy full SHA for edcb44d - Browse repository at this point
Copy the full SHA edcb44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 021c85d - Browse repository at this point
Copy the full SHA 021c85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f70011 - Browse repository at this point
Copy the full SHA 1f70011View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92d66a0 - Browse repository at this point
Copy the full SHA 92d66a0View commit details