IPAddressControlLib.dll.CodeAnalysisLog.xml 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="d:\program files (x86)\microsoft visual studio\2017\enterprise\team tools\static analysis tools\fxcop\Xml\CodeAnalysisReport.xsl"?>
  3. <FxCopReport Version="15.0">
  4. <Targets>
  5. <Target Name="F:\SVNFile\SourceCode\ERPSoftware\远程控制软件(源代码)\RemoteDeskTopControl\IPAddressControlLib\bin\Debug\IPAddressControlLib.dll">
  6. <Modules>
  7. <Module Name="ipaddresscontrollib.dll">
  8. <Namespaces>
  9. <Namespace Name="IPAddressControlLib.Properties">
  10. <Types>
  11. <Type Name="Resources" Kind="Class" Accessibility="Assembly" ExternallyVisible="False">
  12. <Messages>
  13. <Message TypeName="AvoidUninstantiatedInternalClasses" Category="Microsoft.Performance" CheckId="CA1812" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
  14. <Issue Certainty="75" Level="Warning">'Resources' 是显然没有实例化过的内部类。如果是这样,请从程序集内移除该代码。如果此内部类只用于包含静态方法,请考虑添加私有构造函数,以阻止编译器生成默认构造函数。</Issue>
  15. </Message>
  16. </Messages>
  17. <Members>
  18. <Member Name="#Culture" Kind="Property" Static="True" Accessibility="Assembly" ExternallyVisible="False">
  19. <Accessors>
  20. <Accessor Name="#get_Culture()" Kind="Method" Static="True" Accessibility="Assembly" ExternallyVisible="False">
  21. <Messages>
  22. <Message TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
  23. <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>
  24. </Message>
  25. </Messages>
  26. </Accessor>
  27. <Accessor Name="#set_Culture(System.Globalization.CultureInfo)" Kind="Method" Static="True" Accessibility="Assembly" ExternallyVisible="False">
  28. <Messages>
  29. <Message TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811" Status="Active" Created="2017-03-17 03:36:56Z" FixCategory="NonBreaking">
  30. <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>
  31. </Message>
  32. </Messages>
  33. </Accessor>
  34. </Accessors>
  35. </Member>
  36. </Members>
  37. </Type>
  38. </Types>
  39. </Namespace>
  40. </Namespaces>
  41. </Module>
  42. </Modules>
  43. </Target>
  44. </Targets>
  45. <Rules>
  46. <Rule TypeName="AvoidUncalledPrivateCode" Category="Microsoft.Performance" CheckId="CA1811">
  47. <Name>避免使用未调用的私有代码</Name>
  48. <Description>存在对外部不可见的未调用代码,该代码不是已知的运行时入口点。如果错误地引发此冲突,请向 Visual Studio 代码分析团队发送问题报告。</Description>
  49. <Resolution Name="Default">{0} 似乎没有上游 public 或 protected 调用方。</Resolution>
  50. <Owner />
  51. <Url>http://msdn.microsoft.com/library/ms182264.aspx</Url>
  52. <Email>[none]</Email>
  53. <MessageLevel Certainty="75">Warning</MessageLevel>
  54. <File Name="performancerules.dll" Version="15.0.0.0" />
  55. </Rule>
  56. <Rule TypeName="AvoidUninstantiatedInternalClasses" Category="Microsoft.Performance" CheckId="CA1812">
  57. <Name>避免未实例化的内部类</Name>
  58. <Description>检测到显然从未实例化过的内部类。此规则不会尝试检测后期绑定创建,并且,如果某一类型的实例都是以这种方法(例如,通过 Activator.CreateInstance 或将类型作为参数传递给 TypeConverter 构造函数)创建的,则将产生误报。</Description>
  59. <Resolution Name="Default">{0} 是显然没有实例化过的内部类。如果是这样,请从程序集内移除该代码。如果此内部类只用于包含静态方法,请考虑添加私有构造函数,以阻止编译器生成默认构造函数。</Resolution>
  60. <Owner />
  61. <Url>http://msdn.microsoft.com/library/ms182265.aspx</Url>
  62. <Email>[none]</Email>
  63. <MessageLevel Certainty="75">Warning</MessageLevel>
  64. <File Name="performancerules.dll" Version="15.0.0.0" />
  65. </Rule>
  66. </Rules>
  67. <Localized>
  68. <String Key="Category">类别</String>
  69. <String Key="Certainty">确定性</String>
  70. <String Key="CollapseAll">全部折叠</String>
  71. <String Key="CheckId">检查 ID</String>
  72. <String Key="Error">错误</String>
  73. <String Key="Errors">错误</String>
  74. <String Key="ExpandAll">全部展开</String>
  75. <String Key="Help">帮助</String>
  76. <String Key="Line">行</String>
  77. <String Key="Messages">消息</String>
  78. <String Key="LocationNotStoredInPdb">[位置未存储在 Pdb 中]</String>
  79. <String Key="Project">项目</String>
  80. <String Key="Resolution">解析</String>
  81. <String Key="Rule">规则</String>
  82. <String Key="RuleFile">规则文件</String>
  83. <String Key="RuleDescription">规则说明</String>
  84. <String Key="Source">源</String>
  85. <String Key="Status">状态</String>
  86. <String Key="Target">目标</String>
  87. <String Key="Warning">警告</String>
  88. <String Key="Warnings">警告</String>
  89. <String Key="ReportTitle">代码分析报告</String>
  90. </Localized>
  91. </FxCopReport>