VS 2013 Intellisense for Interpolated Strings

时间:2016-06-22 14:59:16

标签: c# visual-studio visual-studio-2013 intellisense

我最近为我的Android应用升级到MvvmCross的新版本。我仍在运行VS 2013.我安装了Microsoft.net.compilers nuget包,代码编译得很好。问题是Intellisense仍然将以下行显示为错误:

changed.CollectionChanged += (s, e) => { var test = $"{e.Action}{e.NewItems}{e.NewStartingIndex}{e.OldItems}{e.OldStartingIndex}"; };

是否可以将其添加到Visual Studio 2013 Intellisense?

0 个答案:

没有答案