TypeName | SealedAttributeAnalyzer |
Check Id | CC0023 |
Category | Performance |
Severity | Warning |
Framework methods that retrieve attributes by default search the whole inheritence hierarchy of the attribute class. Marking the type as sealed eliminate this search and can improve performance.
A code fix will be presented to you that will transform the code:
None
TBD