
public string Status { get; set; } = “Core”;
PRivate static bool AppVeyor = false; private static string ParentDir => AppVeyor ? “” : @”……/”; private static string BinDir => Path.Combine(ParentDir, “ShareX”, “bin”);
上面代碼統(tǒng)統(tǒng)報錯 為啥已經(jīng)安裝了.Net Framework 4.6以上了,C# 6.0 的新特性還是不能用?
新聞熱點
疑難解答