0.28.2
What's Changed
Pipe to dotnet csharpier fails when subdirectory is inaccessible #1240
When running the following CSharpier would look for config files in subdirectories of the pwd. This could lead to exceptions if some of those directories were inaccessible.
echo "namespace Foo { public class Bar { public string Baz {get;set;}}}" | dotnet csharpier
Thanks go to @jamesfoster for reporting the issue.
Full Changelog: 0.28.1...0.28.2