We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error CS9240: Target runtime doesn't support by-ref-like generics.
using System; void M<T>(T disposable) where T : IDisposable, allows ref struct { disposable.Dispose(); }
https://sharplab.io/#v2:EYLgtghglgdgNAFxANwKYCcoDMCeAfAAQCYBGAWAChKCAWAAgFkAeAFQD4AKFugEygGcADgHt+EYABtUASjoB3ABYZUdbiDoBJACICRYyajh0IEicLn866VFjr8E6AK4BjBJQDelOt967R4qQA6HSFRVA5pAG5KAF8gA
The text was updated successfully, but these errors were encountered:
any progress on this ?
Sorry, something went wrong.
@ashmind It seems that very shortly after the last fix you did to get main updating again, it froze again.
I wanted to test some code using the new OverloadResolutionPriority attribute and hit the same limitation 😢
OverloadResolutionPriority
dotnet 9/ C# 13 is out, would be great to have it included
No branches or pull requests
https://sharplab.io/#v2:EYLgtghglgdgNAFxANwKYCcoDMCeAfAAQCYBGAWAChKCAWAAgFkAeAFQD4AKFugEygGcADgHt+EYABtUASjoB3ABYZUdbiDoBJACICRYyajh0IEicLn866VFjr8E6AK4BjBJQDelOt967R4qQA6HSFRVA5pAG5KAF8gA
The text was updated successfully, but these errors were encountered: