-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Net6 #712
base: master
Are you sure you want to change the base?
Net6 #712
Conversation
This would be great to get merged in. Supports older .NET Framework and very current .NET (Core). I'm hitting an exception of:
Which is caused due to the outdated BeginInvoke usages. I notice all these other issues mentioned the same problem. Maybe it's time for a fix? |
@sta any updates? |
I'd like to add in my vote for this - I recently upgraded a project that I rely on to .net 6 and am running into issues. |
I think it's now between updating backward compatibility only or moving to the newer compatibility but losing older device support. Or possibly updating both versions simultaneously in the future. Not all devices or IDE's support Net6 yet unfortunately. Maybe another 5-10 years. |
.NET 6 support