visual-studio - Visual Studio 2017无法识别使用dotnet核心解决方案计算代码指标的平台

标签 visual-studio .net-core code-metrics

我在dotnet代码项目上使用Visual Studio 2017进行代码分析时收到错误。我不得不说,在其他项目中一切正常。

我进行了搜索,但是没有什么特别的方法可以解决此错误。确切的错误是:

Message: An error occurred while calculating code metrics for target file 'E:\Shokri\Project\Kalgram\Kavenegar\bin\Debug\netcoreapp2.2\Kavenegar.dll' in project Kavenegar. Could not identify platform for 'E:\Shokri\Project\Kalgram\Kavenegar\bin\Debug\netcoreapp2.2\Kavenegar.dll'.

最佳答案

关于visual-studio - Visual Studio 2017无法识别使用dotnet核心解决方案计算代码指标的平台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52948288/

相关文章:

c# - 有没有办法通过单个字符串编写 xml 注释 <summary>

visual-studio - 适用于 Visual Studio 2010 编程的 PC

visual-studio - StyleCop 4.7 在 Visual Studio 2010 中崩溃

powershell - Docker dotnet 运行端口未映射,Windows 10 主机,Linux 容器

c# - 将参数与 Func<> 一起使用

code-metrics - 可用的代码公制系统?

c# - 连续颜色动画?

c# - Azure Pipeline 在 dotnet 构建中失败,需要升级到最新的 .net core 版本

java - Maven 和代码指标 : check for existence of a test case for each class

xcode - 如何查看Xcode项目中有多少行代码?