SPC110212: Dispose SPSite created by SPSiteCollection[] index operator |
SPC110212: Dispose SPSite created by SPSiteCollection[] index operator |
The SPSiteCollection [] index operator returns a new SPSite object for each access. An SPSite instance is created even if that object was already accessed.
TypeName: | DisposeSPSiteCreatedBySPSiteCollectionIndex |
CheckId: | SPC110212 |
Severity: | CriticalWarning |
Type: | AssemblyFileReference |
The SPSiteCollection [] index operator returns a new SPSite object for each access. An SPSite instance is created even if that object was already accessed. The following code samples demonstrate improper disposal of the SPSite object. See sample (source: MSDN):
Bad Coding Practice
Rule relates to SPDisposeCheckId 'SPDisposeCheckID_230'. To ignore this rule add the attribute '[SPDisposeCheckIgnore(SPDisposeCheckID.SPDisposeCheckID_230, "Caller will dispose")]' to your method.
Copyright © 2013 RENCORE AB. All Rights Reserved
Disclaimer: The views and opinions expressed in this documentation and in SPCAF are those of the creators and do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. All trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners. SharePoint Code Analysis Framework, Version 4.5.2.7855, see www.spcaf.com for more information |