KvanTTT / CSharp-Minifier

Library for C# code minification based on NRefactory. That is lib for spaces, line breaks, comments removing, reduction of identifiers name length and so on in C# code.
Apache License 2.0
41 stars 21 forks source link

Cant build current master #30

Closed thomasdiemar closed 8 years ago

thomasdiemar commented 8 years ago

Error 4 'ICSharpCode.NRefactory.CSharp.BaseReferenceExpression' is a 'type' but is used like a 'variable' D:\GitSource\Repos\CSharp-Minifier\CSharpMinifier\Minifier.cs 813 33 CSharpMinifier

Error 1 The name 'nameof' does not exist in the current context D:\GitSource\Repos\CSharp-Minifier\CSharpMinifier\Minifier.cs 811 21 CSharpMinifier

thomasdiemar commented 8 years ago

nm

KvanTTT commented 8 years ago

I updated project with new C# 6 version.