sharpenrocks / Sharpen

Visual Studio extension that intelligently introduces new C# features into your existing codebase
https://sharpen.rocks
MIT License
418 stars 32 forks source link

Create a proper abstraction for C# language version #12

Open ironcev opened 6 years ago

ironcev commented 6 years ago

See if there is already an abstraction for it in the Roslyn or VS API.

ironcev commented 5 years ago

Roslyn API has the LanguageVersion enum, but this is not enough.

For sure our abstraction will have to support conversion to and from Roslyn LanguageVersion.