fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.55k stars 516 forks source link

Switch to Visual Studio 2015 so we can use nameof etc. #219

Closed wstaelens closed 8 years ago

wstaelens commented 8 years ago

Maybe it would be better to use the nameof() operator to make the source base less error prone? e.g. in:

https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Fluent.Ribbon/Effects/GrayscaleEffect.cs

batzen commented 8 years ago

As 4.0 contains breaking changes anyway I will start using features from VS 2015.

wstaelens commented 8 years ago

Perfect. Could only improve code quality.