我在Visual Studio 2012中使用了Power Commands擴展。我選中了刪除和排序保存選項。問題是,System.Xxx指令正在最後的排序,這是造成風格分析錯誤: SA1208: System using directives must be placed before all other using directives. 之前保存: using System;
using
自從2010/2012以來,我已經知道在Visual Studio中複製/粘貼引用。這是否已更新爲與Core 2兼容? 這裏的SO問題問的是舊式引用(核心之前,和的csproj格式的重新啓動前):Is it possible to copy/paste References from one project to another in Visual Studio?