StorSimple/Microsoft.WindowsAzure.Commands.StorSimple.dll.CodeAnalysisLog.xml
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="c:\program files (x86)\microsoft visual studio 12.0\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl"?> <FxCopReport Version="12.0"> <Targets> <Target Name="D:\Code\GitHub\azure-powershell\src\Package\Debug\ServiceManagement\Azure\StorSimple\Microsoft.WindowsAzure.Commands.StorSimple.dll"> <Modules> <Module Name="microsoft.windowsazure.commands.storsimple.dll"> <Namespaces> <Namespace Name="Microsoft.WindowsAzure.Commands.StorSimple.Cmdlets.Library"> <Types> <Type Name="CryptoHelper" Kind="Class" Accessibility="Public" ExternallyVisible="True"> <Members> <Member Name="#DecryptCipherAES(System.String,System.String)" Kind="Method" Static="True" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="Do not dispose objects multiple times" Category="Microsoft.Usage" CheckId="CA2202" Status="Active" Created="2015-09-22 22:03:07Z" FixCategory="DependsOnFix"> <Issue Certainty="75" Level="Warning" Path="d:\Code\GitHub\azure-powershell\src\ServiceManagement\StorSimple\Commands.StorSimple\Library" File="CryptoHelper.cs" Line="63">Object 'cryptoDecrypt' can be disposed more than once in method 'CryptoHelper.DecryptCipherAES(string, string)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 63</Issue> <Issue Certainty="75" Level="Warning" Path="d:\Code\GitHub\azure-powershell\src\ServiceManagement\StorSimple\Commands.StorSimple\Library" File="CryptoHelper.cs" Line="63">Object 'memoryDecrypt' can be disposed more than once in method 'CryptoHelper.DecryptCipherAES(string, string)'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 63, 64</Issue> </Message> </Messages> </Member> </Members> </Type> </Types> </Namespace> </Namespaces> </Module> </Modules> </Target> </Targets> <Rules> <Rule TypeName="Do not dispose objects multiple times" Category="Microsoft.Usage" CheckId="CA2202"> <Name>Do not dispose objects multiple times</Name> <Description>A correctly implemented Dispose method can be called multiple times without throwing an exception. However, this is not guaranteed and to avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.</Description> <Resolution Name="Default">Object {0} can be disposed more than once in method {1}. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 63</Resolution> <Owner>RuleOwner</Owner> <Url>http://msdn.microsoft.com/library/ms182334.aspx</Url> <Email /> <MessageLevel Certainty="75">Warning</MessageLevel> <File Name="dataflowrules.dll" Version="12.0.0.0" /> </Rule> </Rules> <Localized> <String Key="Category">Category</String> <String Key="Certainty">Certainty</String> <String Key="CollapseAll">Collapse All</String> <String Key="CheckId">Check Id</String> <String Key="Error">Error</String> <String Key="Errors">error(s)</String> <String Key="ExpandAll">Expand All</String> <String Key="Help">Help</String> <String Key="Line">Line</String> <String Key="Messages">message(s)</String> <String Key="LocationNotStoredInPdb">[Location not stored in Pdb]</String> <String Key="Project">Project</String> <String Key="Resolution">Resolution</String> <String Key="Rule">Rule</String> <String Key="RuleFile">Rule File</String> <String Key="RuleDescription">Rule Description</String> <String Key="Source">Source</String> <String Key="Status">Status</String> <String Key="Target">Target</String> <String Key="Warning">Warning</String> <String Key="Warnings">warning(s)</String> <String Key="ReportTitle">Code Analysis Report</String> </Localized> </FxCopReport> |