You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW I suspect it's a c++/cli compiler bug because I have encountered it in dotnet/runtime#88840 (comment), this comment also provides another sample. Please help forward this problem to right person if you treat it as a compiler bug. Thanks!
Steps to reproduce
see description
The text was updated successfully, but these errors were encountered:
.NET version
.NET8 preview6
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
It works in .NET6&7
Issue description
I'm not sure if it belongs to winform, maybe it's a bug of c++/cli compiler since these code compile well if rewrite with C#.
To reproduce the error, just create a new project in VS, add following attributes in vcxproj:
Compile following code, then we can see compile error C3611: a sealed function cannot have a pure-specifier
BTW I suspect it's a c++/cli compiler bug because I have encountered it in dotnet/runtime#88840 (comment), this comment also provides another sample. Please help forward this problem to right person if you treat it as a compiler bug. Thanks!
Steps to reproduce
see description
The text was updated successfully, but these errors were encountered: