You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: