【发布时间】:2017-08-28 13:06:34
【问题描述】:
我正在尝试将我的项目迁移到 .NET Core 2.0。
我安装了新的 SDK,更改了目标框架,并替换了 Program.cs,所以我的项目运行良好,但我仍然收到警告:
Warning AD0001 Analyzer 'RefactoringEssentials.CSharp.Diagnostics.FunctionNeverReturnsAnalyzer' threw an exception of type 'System.NotSupportedException' with message 'Specified method is not supported.'.
我该如何解决这个问题?
P.S:我用这篇文章:https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/
【问题讨论】:
-
您应该将此报告给 Refactoring Essentials 的开发人员。
标签: visual-studio asp.net-core migration .net-core