Automation/Microsoft.Azure.Commands.Automation.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\Automation\Microsoft.Azure.Commands.Automation.dll"> <Modules> <Module Name="microsoft.azure.commands.automation.dll"> <Namespaces> <Namespace Name="Microsoft.Azure.Commands.Automation"> <Types> <Type Name="RequestSettings" Kind="Class" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="ImplementIDisposableCorrectly" Category="Microsoft.Design" CheckId="CA1063" Status="Active" Created="2015-09-22 22:02:43Z" FixCategory="Breaking"> <Issue Name="ProvideDisposeBool" Certainty="95" Level="Error">Provide an overridable implementation of Dispose(bool) on 'RequestSettings' or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.</Issue> </Message> </Messages> <Members> <Member Name="#Dispose()" Kind="Method" Static="False" Accessibility="Public" ExternallyVisible="True"> <Messages> <Message TypeName="ImplementIDisposableCorrectly" Category="Microsoft.Design" CheckId="CA1063" Status="Active" Created="2015-09-22 22:02:43Z" FixCategory="Breaking"> <Issue Name="DisposeImplementation" Certainty="95" Level="Error" Path="d:\Code\GitHub\azure-powershell\src\ServiceManagement\Automation\Commands.Automation\Common" File="RequestSettings.cs" Line="37">Modify 'RequestSettings.Dispose()' so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.</Issue> </Message> </Messages> </Member> </Members> </Type> </Types> </Namespace> </Namespaces> </Module> </Modules> </Target> </Targets> <Rules> <Rule TypeName="ImplementIDisposableCorrectly" Category="Microsoft.Design" CheckId="CA1063"> <Name>Implement IDisposable correctly</Name> <Description>All IDisposable types should implement the Dispose pattern correctly.</Description> <Resolution Name="DisposeImplementation">Modify {0} so that it calls Dispose(true), then calls GC.SuppressFinalize on the current object instance ('this' or 'Me' in Visual Basic), and then returns.</Resolution> <Resolution Name="ProvideDisposeBool">Provide an overridable implementation of Dispose(bool) on {0} or mark the type as sealed. A call to Dispose(false) should only clean up native resources. A call to Dispose(true) should clean up both managed and native resources.</Resolution> <Owner /> <Url>http://msdn.microsoft.com/library/ms244737.aspx</Url> <Email>[none]</Email> <MessageLevel Certainty="95">Error</MessageLevel> <File Name="designrules.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> |