| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="utf-8"?>
- <?xml-stylesheet type="text/xsl" href="d:\program files (x86)\microsoft visual studio\2017\enterprise\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl"?>
- <FxCopReport Version="15.0">
- <Targets>
- <Target Name="F:\SVNFile\SourceCode\ERPSoftware\远程控制软件(源代码)\RemoteDeskTopControl\IPAddressControlLib\bin\Debug\IPAddressControlLib.dll">
- <Modules>
- <Module Name="ipaddresscontrollib.dll">
- <Namespaces>
- <Namespace Name="IPAddressControlLib.Properties">
- <Types>
- <Type Name="Resources" Kind="Class" Accessibility="Assembly" ExternallyVisible="False">
- <Messages>
- <Message TypeName="AvoidUninstantiatedInternalClasses" Category="Microsoft.Performance" CheckId="CA1812" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
- <Issue Certainty="75" Level="Warning">'Resources' 是显然没有实例化过的内部类。如果是这样,请从程序集内移除该代码。如果此内部类只用于包含静态方法,请考虑添加私有构造函数,以阻止编译器生成默认构造函数。</Issue>
- </Message>
- </Messages>
- <Members>
- <Member Name="#Culture" Kind="Property" Static="True" Accessibility="Assembly" ExternallyVisible="False">
- <Accessors>
- <Accessor Name="#get_Culture()" Kind="Method" Static="True" Accessibility="Assembly" ExternallyVisible="False">
- <Messages>
- <Message TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
- <Issue Certainty="75" Level="Warning" Path="F:\SVNFile\SourceCode\ERPSoftware\远程控制软件(源代码)\RemoteDeskTopControl\IPAddressControlLib\Properties" File="Resources.Designer.cs" Line="55">'Resources.Culture.get()' 似乎没有上游 public 或 protected 调用方。</Issue>
- </Message>
- </Messages>
- </Accessor>
- <Accessor Name="#set_Culture(System.Globalization.CultureInfo)" Kind="Method" Static="True" Accessibility="Assembly" ExternallyVisible="False">
- <Messages>
- <Message TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
- <Issue Certainty="75" Level="Warning" Path="F:\SVNFile\SourceCode\ERPSoftware\远程控制软件(源代码)\RemoteDeskTopControl\IPAddressControlLib\Properties" File="Resources.Designer.cs" Line="58">'Resources.Culture.set(CultureInfo)' 似乎没有上游 public 或 protected 调用方。</Issue>
- </Message>
- </Messages>
- </Accessor>
- </Accessors>
- </Member>
- </Members>
- </Type>
- </Types>
- </Namespace>
- </Namespaces>
- </Module>
- </Modules>
- </Target>
- </Targets>
- <Rules>
- <Rule TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811">
- <Name>避免使用未调用的私有代码</Name>
- <Description>存在对外部不可见的未调用代码,该代码不是已知的运行时入口点。如果错误地引发此冲突,请向 Visual Studio 代码分析团队发送问题报告。</Description>
- <Resolution Name="Default">{0} 似乎没有上游 public 或 protected 调用方。</Resolution>
- <Owner />
- <Url>http://msdn.microsoft.com/library/ms182264.aspx</Url>
- <Email>[none]</Email>
- <MessageLevel Certainty="75">Warning</MessageLevel>
- <File Name="performancerules.dll" Version="15.0.0.0" />
- </Rule>
- <Rule TypeName="AvoidUninstantiatedInternalClasses" Category="Microsoft.Performance" CheckId="CA1812">
- <Name>避免未实例化的内部类</Name>
- <Description>检测到显然从未实例化过的内部类。此规则不会尝试检测后期绑定创建,并且,如果某一类型的实例都是以这种方法(例如,通过 Activator.CreateInstance 或将类型作为参数传递给 TypeConverter 构造函数)创建的,则将产生误报。</Description>
- <Resolution Name="Default">{0} 是显然没有实例化过的内部类。如果是这样,请从程序集内移除该代码。如果此内部类只用于包含静态方法,请考虑添加私有构造函数,以阻止编译器生成默认构造函数。</Resolution>
- <Owner />
- <Url>http://msdn.microsoft.com/library/ms182265.aspx</Url>
- <Email>[none]</Email>
- <MessageLevel Certainty="75">Warning</MessageLevel>
- <File Name="performancerules.dll" Version="15.0.0.0" />
- </Rule>
- </Rules>
- <Localized>
- <String Key="Category">类别</String>
- <String Key="Certainty">确定性</String>
- <String Key="CollapseAll">全部折叠</String>
- <String Key="CheckId">检查 ID</String>
- <String Key="Error">错误</String>
- <String Key="Errors">错误</String>
- <String Key="ExpandAll">全部展开</String>
- <String Key="Help">帮助</String>
- <String Key="Line">行</String>
- <String Key="Messages">消息</String>
- <String Key="LocationNotStoredInPdb">[位置未存储在 Pdb 中]</String>
- <String Key="Project">项目</String>
- <String Key="Resolution">解析</String>
- <String Key="Rule">规则</String>
- <String Key="RuleFile">规则文件</String>
- <String Key="RuleDescription">规则说明</String>
- <String Key="Source">源</String>
- <String Key="Status">状态</String>
- <String Key="Target">目标</String>
- <String Key="Warning">警告</String>
- <String Key="Warnings">警告</String>
- <String Key="ReportTitle">代码分析报告</String>
- </Localized>
- </FxCopReport>
|