如何解决FXCop错误 - CA3056

时间:2016-03-30 20:16:44

标签: fxcop

我有以下代码:

var configuration = new XmlDocument();

configuration.Load(filePath);

Fxcope发出以下错误:

  

使用System.Xml.XmlDocument / XmlDataDocument Load()的这个重载   方法可能不安全,替换为Load()重载   采用XmlReader实例

有任何建议或指导吗?当我用XmlReader替换时,我是否需要使用Using(try / catch / finally)来处理XmlReader?

0 个答案:

没有答案