SergeyTeplyakov / ErrorProne.NET

Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
MIT License
886 stars 42 forks source link

Warn if the class can be sealed #228

Open SergeyTeplyakov opened 3 years ago

SergeyTeplyakov commented 3 years ago

In .net 6 there are a bunch of jit optimizations for sealed types: https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-6/#peanut-butter