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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Not sure if you want to expand the scope of this issue or create a new one, but the same should be done for protected virtual void Dispose(bool disposing). When inheriting from InputBase, for example, we receive warning CS0114: 'MyComponent.Dispose(bool)' hides inherited member 'InputBase<string>.Dispose(bool)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword..
Description
The default protected constructor prevents the usage of the component generator as described in #117. It should be removed from the code generator.
Code sample
No response
The text was updated successfully, but these errors were encountered: