1.0.1
What's Changed
CSharpier's support for .gitignore is causing performance issues #1584
The support for .gitignore
has some major performance problems when there are a large number of .gitignore
files and/or ignore rules. The feature has been disabled for now until it can be fixed.
CSharpier.MsBuild issues #1586
CSharpier.MsBuild was not properly logging errors when performing a formatting check. This would result in the build passing when files were not formatted.
Setting CSharpier_LogLevel
was passing an invalid parameter of --loglevel
to CSharpier, resulting in a build failure
Full Changelog: 1.0.0...1.0.1