Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Sealed Implementation .NET
Sealed Implementation .NET

Sealed Implementation .NET

QuentinDPT

|
2 installs
| (0) | Free
Add an attribute to force implementations to be sealed.
Download

Sealed Implementation .NET

Add an attribute to force interfaces implementation to be sealed

Objectives

Sometimes, framework developpers wants to seal all implementations. This tool can force users to seal their classes.

Force sealed implementations force your framework users to use composition over inheritance. It will mechanically reduce inheritance over-use, increase locality of behaviour, therefore reduce the complexity.

This is an example of what happens when users won't follow your recommandations.

User error demonstration

Find more on this extention here

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft