gpt4 book ai didi

c# - 使用带有静态类的语句在 visual studio 2015 CTP 中不起作用

转载 作者:可可西里 更新时间:2023-11-01 08:55:08 25 4
gpt4 key购买 nike

我为我的一个 C# 6.0 示例应用程序编写了以下代码。它在 Visual Studio 2015 预览版中运行良好。但是现在当我下载了一段时间之前发布的最新版本的 Visual Studio 2015 时。( http://blogs.msdn.com/b/bharry/archive/2015/01/16/visual-studio-2015-ctp-5-is-available.aspx ) 它停止工作了。

下面是一个代码。

using System.Console;

namespace StaticClassUsing
{
class Program
{
static void Main(string[] args)
{
WriteLine("With using statement");
}
}
}

现在,当您在最新版本的 Visual Studio 2015 中运行此应用程序时,会出现如下错误。

enter image description here

我已尝试将语言设置为 C# 6.0。 Microsoft 是否正在放弃此功能?

我们将不胜感激。

最佳答案

最近更改了语法:

使用 System.Console;

使用静态 System.Console;

参见 https://github.com/dotnet/roslyn/commit/b49f841bdeeb0b620240d2435f5a0665012f6fce

关于c# - 使用带有静态类的语句在 visual studio 2015 CTP 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28123349/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com