C# 4.0 Compiler Crash

后端 未结 4 2015
不知归路
不知归路 2021-02-04 23:52

This code sample is not able to be compiled. Any work arounds out there?

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

n         


        
4条回答
  •  粉色の甜心
    2021-02-05 00:12

    Clearly that is a compiler bug.

    I mentioned this to one of our testers and he says:

    I’m happy to report that this has already been fixed and you’ll see this fix in the next version of VS. You’ll actually see it fixed in the BUILD Developer Preview for Visual Studio as well!

    Apologies for the error, and thanks for bringing this to our attention.

提交回复
热议问题