我試圖將我的項目遷移到.NET Core 2.0。 我安裝了新的SDK,改變目標框架,並更換Program.cs
所以我的項目運行良好,但我仍然得到警告:遷移到.NET Core 2.0
Warning AD0001 Analyzer 'RefactoringEssentials.CSharp.Diagnostics.FunctionNeverReturnsAnalyzer' threw an exception of type 'System.NotSupportedException' with message 'Specified method is not supported.'.
我怎樣才能解決這個問題?
PS:我用這篇文章:https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/
您應該向Refactoring Essentials的開發人員報告。 –