codeformatter
codeformatter copied to clipboard
Please provide standalone exe
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)?
I remember https://github.com/dotnet/codeformatter/releases/tag/v1.0.0-alpha5 worked for me, you need to extract the whole folder though
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.
A nuget package would be great too.
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?
Agreed, would be fantastic to have CodeFormatter distributed as a NuGet package.