X-Sharp / XSharpPublic

Public repository for the source code for the XSharp Compiler, Runtime, Project System and Tools.
Apache License 2.0
113 stars 38 forks source link

Winforms Designer - missing override on dispose #1004

Closed VolkmarR closed 2 years ago

VolkmarR commented 2 years ago

The code generator currently doesn't generate the override keyword for the Dispose method. This causes a warning, when the EnforceOverride project option is enabled.

current behavior

protected method Dispose( disposing as logic ) as void strict

Expected behavior

protected override method Dispose( disposing as logic ) as void strict

cpyrgas commented 2 years ago

Confirmed fixed