codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

Apparently, CodeFormatter works better when an individual csproj is targeted instead of the entire sln

Open CIPop opened this issue 10 years ago • 0 comments

I tried running CodeFormatter on all individual csproj files within the System.Net* folders instead of the SLNs and found a lot more code style changes.

Potentially related:

  • Visual Studio 2015 fails to find references, etc. Likely cause is the use of paths containing / (forward slash) instead of the Windows \ (back slash).
  • Another potential issue is not being able to specify the exact build target. In corefx different targets will have different files. My current intuition tells me that non-Windows files have not been properly scanned by the tool.

This could be the root cause for #177.

CIPop avatar Oct 02 '15 01:10 CIPop