简体   繁体   中英

Visual Studio 15 Preview 5 - Not working with ReSharper

I have ReSharper 2016.2.2 installed onto Visual Studio "15" Preview 5. When I use the new language features for C# 7.0 I get warnings that look like design-time errors, but my application compiles and runs fine.

I have also added this line to my Project's DotSettings file:

<s:String x:Key="/Default/CodeInspection/CSharpLanguageProject/LanguageLevel/@EntryValue">Experimental</s:String>

I had understood this to be the correct setting for C# 7.0 ?

I would like to know if there is a setting/configuration that allows ReSharper 2016.2.2 to work correctly with Visual Studio "15" Preview 5.

为Resharper安装最新的EAP版本,以获取对Visual Studio 15 Preview版本和C#7功能的支持。

Looks like I may be jumping the gun. The link here explains that C#7.0 support is still very much in the development stages and is not coming till version 2016.3 of ReSharper.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM