tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
568 stars 98 forks source link

Avoid C# 7.0 semantics? #69

Closed amerkoleci closed 7 years ago

amerkoleci commented 7 years ago

Is possible to not make usage of preliminary C# 7.0 usage? Otherwise I'm not able to build it using VS 2015.

tgjones commented 7 years ago

I guess I can do that until VS2017 RTMs. But there's a lot of syntactic goodness in C# 7 that I'm looking forward to using...

tgjones commented 7 years ago

I've removed use of C# 7 syntax, at least until VS2017 RTMs. I can't promise I'll hold out much longer than that though...