Microsoft.Azure.Commands.ApiManagement.ServiceManagement.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:\sdk\powershell\azure-powershell\src\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.ApiManagement\Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll"> <Modules> <Module Name="microsoft.azure.commands.apimanagement.servicemanagement.dll"> <Namespaces> <Namespace Name="Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands"> <Types> <Type Name="ExportAzureApiManagementApi" Kind="Class" Accessibility="Public" ExternallyVisible="True"> <Members> <Member Name="#ExecuteApiManagementCmdlet()" Kind="Method" Static="False" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="Do not dispose objects multiple times" Category="Microsoft.Usage" CheckId="CA2202" Status="Active" Created="2015-09-24 22:47:42Z" FixCategory="DependsOnFix"> <Issue Certainty="75" Level="Warning" Path="d:\sdk\powershell\azure-powershell\src\ResourceManager\ApiManagement\Commands.ApiManagement.ServiceManagement\Commands" File="ExportAzureApiManagementApi.cs" Line="86">Object 'memoryStream' can be disposed more than once in method 'ExportAzureApiManagementApi.ExecuteApiManagementCmdlet()'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 86</Issue> </Message> </Messages> </Member> </Members> </Type> <Type Name="GetAzureApiManagementPolicy" Kind="Class" Accessibility="Public" ExternallyVisible="True"> <Members> <Member Name="#ExecuteApiManagementCmdlet()" Kind="Method" Static="False" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="Do not dispose objects multiple times" Category="Microsoft.Usage" CheckId="CA2202" Status="Active" Created="2015-09-24 22:47:42Z" FixCategory="DependsOnFix"> <Issue Certainty="75" Level="Warning" Path="d:\sdk\powershell\azure-powershell\src\ResourceManager\ApiManagement\Commands.ApiManagement.ServiceManagement\Commands" File="GetAzureApiManagementPolicy.cs" Line="146">Object 'memoryStream' can be disposed more than once in method 'GetAzureApiManagementPolicy.ExecuteApiManagementCmdlet()'. To avoid generating a System.ObjectDisposedException you should not call Dispose more than one time on an object.: Lines: 146</Issue> </Message> </Messages> </Member> </Members> </Type> <Type Name="ImportAzureApiManagementApi" Kind="Class" Accessibility="Public" ExternallyVisible="True"> <Members> <Member Name="#ExecuteApiManagementCmdlet()" Kind="Method" Static="False" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="Provide correct arguments to formatting methods" Category="Microsoft.Usage" CheckId="CA2241" Status="Active" Created="2015-09-24 22:47:42Z" FixCategory="DependsOnFix"> <Issue Name="MissingArgument" Certainty="75" Level="Warning" Path="d:\sdk\powershell\azure-powershell\src\ResourceManager\ApiManagement\Commands.ApiManagement.ServiceManagement\Commands" File="ImportAzureApiManagementApi.cs" Line="82">Method 'ImportAzureApiManagementApi.ExecuteApiManagementCmdlet()' calls 'string.Format(string, params object[])' and does not provide an argument for format item "{0}". The provided format string is: '"ParameterSetName \'{0}\' not supported"'</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: 146</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> <Rule TypeName="Provide correct arguments to formatting methods" Category="Microsoft.Usage" CheckId="CA2241"> <Name>Provide correct arguments to formatting methods</Name> <Description>Provide the correct number of arguments to String.Format calls.</Description> <Resolution Name="MissingArgument">Method {0} calls {1} and does not provide an argument for format item {2}. The provided format string is: '{3}'</Resolution> <Owner>RuleOwner</Owner> <Url>http://msdn.microsoft.com/library/ms182361.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> |