-
Notifications
You must be signed in to change notification settings - Fork 985
Replace .NET 7 targets by .NET 8 #2090
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
Conversation
VisualMelon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we be looking at NUnit 4?
|
Seems there are an awful lot of breaking changes in NUnit 4 |
|
Yes I also tried NUnit 4 at first and saw the amount of breaking changes, so I reverted to the latest 3.x version. |
Don't think I've seen that before; dotnet/runtime#72381 has some commentary on it: maybe it's a clue |
|
At least one of net8.0-windows tests (OxyPlot.Wpf.Tests) are failing for me locally when run with Also had some sort of weird error state trying to run the WPF tests for net8 in Visual Studio also, but VS seemed at least as confused as me so don't want to read too much into that. |
|
Documenting my findings so far, mostly so I will remember them myself:
Will continue to investigate later. |
|
Repro'd everything you describe on my Win10 machine. Further, it seems not to occur in any of the following situations:
It's been years and years since I had any idea what STA and MTA had to do with anything, but I also tried disabling just one of the tests ( |
This reverts commit b05fb4c.
|
I think the |
|
This seems to have done the trick 🥳 |
.NET 7 is out of support by now, so prior to a potential v2.2 release, we should upgrade all .NET 7 targets to .NET 8.
.NET 6 is still supported until end of 2024, so this can stay.
Checklist
Changes proposed in this pull request:
OxyPlot.Skiasharp(not sure why we didn't have these before)@oxyplot/admins