I was trying to use codeformatter on the latest corefx projects when porting some source over and encountered a few issues.
It couldn't handle SDK projects
It couldn't handle C# 7 syntax
Those were both due to using old versions of MSBuild and Roslyn respectively. I fixed those and in the process updated the repo to use SDK projects, fixed the tests to pass, and centralized the dependency information to the root of the repository.
This fixes a number of issues. I tried to go through the issue list and mark the ones that seemed fixed and added some regression tests to prove it.
I was trying to use codeformatter on the latest corefx projects when porting some source over and encountered a few issues.
Those were both due to using old versions of MSBuild and Roslyn respectively. I fixed those and in the process updated the repo to use SDK projects, fixed the tests to pass, and centralized the dependency information to the root of the repository.
This fixes a number of issues. I tried to go through the issue list and mark the ones that seemed fixed and added some regression tests to prove it.
Fixes #272 Fixes #271 Fixes #268 Fixes #262 Fixes #261 Fixes #258 Fixes #256 Fixes #255 Fixes #241