codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

Please provide standalone exe

Open igorgatis opened this issue 9 years ago • 5 comments

Downloaded the binary release and when I tried running it complained about missing dlls which seem to belong to vs 2015.

Is it correct to say that CodeFormatter tool requires vs 2015 installation? If that is true... That's far too inconvenient.

For companies like mine, which would.love to use the tool but can't migrate right the way to vs 2015, could you please provide a standalone exe (e.g. no external deps)?

igorgatis avatar Aug 02 '15 01:08 igorgatis

I remember https://github.com/dotnet/codeformatter/releases/tag/v1.0.0-alpha5 worked for me, you need to extract the whole folder though

hickford avatar Aug 03 '15 10:08 hickford

I don't think you need to install full VS2015 though. Microsoft Build Tools 2015 should be sufficient, but I agree; there should be a standalone .exe available.

khellang avatar Aug 03 '15 11:08 khellang

A nuget package would be great too.

paulvanbrenk avatar Aug 13 '15 23:08 paulvanbrenk

I believe the problem is the MSBuild dependency in order to parse and evaluate the project.

Out of curiosity: what's the reason you don't have MSBuild? Is it because you have an older version or is it because you run non-Windows?

terrajobst avatar Sep 26 '15 22:09 terrajobst

Agreed, would be fantastic to have CodeFormatter distributed as a NuGet package.

ghuntley avatar Jan 04 '16 09:01 ghuntley