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”);
上面代码统统报错 为啥已经安装了.Net Framework 4.6以上了,C# 6.0 的新特性还是不能用?
新闻热点
疑难解答