sharpenrocks / Sharpen

Visual Studio extension that intelligently introduces new C# features into your existing codebase
https://sharpen.rocks
MIT License
418 stars 32 forks source link

Every Command class must be internal #11

Closed ironcev closed 5 years ago

shubh07 commented 5 years ago

Hi Igor,

Could you please provide more details or perhaps an example on the same?

Thanks, Shubham Bahuguna Quovantis

ironcev commented 5 years ago

Hi Shubham

Please take a look at the description that I've just added to the Issue #10.

This one is essentially the same thing, just that it checks if the class is internal and #10 checks if it is sealed.

ironcev commented 5 years ago

See #7.