本文介绍了什么可以替代Visual Studio 2019中的代码分析?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想让我们的团队和项目为VS 2019做好准备.立即,尝试为新项目设置代码分析,我发现:

I'm toying with getting our team and projects ready for VS 2019. Right away, trying to set up Code Analysis for a new project, I find this:

因此,如果不赞成使用(显然甚至不能使用它,那么我认为不赞成使用"实际上意味着已经消失"),我们应该在哪里设置规则集?在样式和代码质量问题上还有其他位置,或者是全新的解决方案吗?

So, if this is deprecated (and apparently can't even be used, so I'm thinking "deprecated" really means "gone"), where are we supposed to set up our Rule Sets? Is there some other location, or perhaps an altogether new solution to the problem of style and code quality?

推荐答案

展望未来,罗斯林分析仪将提供静态分析: https://github.com/dotnet/roslyn-analyzers

Going forward, static analysis will be provided by Roslyn analyzers: https://github.com/dotnet/roslyn-analyzers

从FxCop代码分析迁移到.NET编译器平台分析器

这篇关于什么可以替代Visual Studio 2019中的代码分析?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 07:47
查看更多