Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c# 6.0 String interpolation not recognized by omnisharp #852

Closed
shivambaku opened this issue Oct 30, 2016 · 0 comments · Fixed by #1026
Closed

c# 6.0 String interpolation not recognized by omnisharp #852

shivambaku opened this issue Oct 30, 2016 · 0 comments · Fixed by #1026

Comments

@shivambaku
Copy link

shivambaku commented Oct 30, 2016

Environment data

.NET Command Line Tools (1.0.0-preview2-003131)

Product Information:
Version: 1.0.0-preview2-003131
Commit SHA-1 hash: 635cf40e58

Runtime Environment:
OS Name: Windows
OS Version: 10.0.14393
OS Platform: Windows
RID: win10-x64

VS Code version: 1.6.1
C# Extension version: 1.4

Steps to reproduce

Actual behavior is from Visual Studio Code and expected behavior is from Visual Studio 2015 community.
Not displaying the difference between regular string and interpolated may cause in buggy debug logs.

For example: one could write $"nameof(a)" instead of $"{nameof(a)}".

Expected behavior

image

Actual behavior

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants