-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I would be interested in a combination of an analyzer and Visual Studio extension which estimates the size of an object when allocated. While the CLR is allowed to change the layout of types, a basic set of rules should be able to provide a good reference for the size of the object in most cases.
The analyzer would use the DiagnosticSeverity.Hidden
flag, and then the data could be shown to the user via a Visual Studio extension that updates the Code Lens data associated with the type definition.