You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this was just an oversight on my part when adding .editorconfig support which came after --config-path was already an option. It makes sense to add support for it. Not as straightforward as I originally hoped but things almost never are!
Environments:
Steps to reproduce:
Run
dotnet csharpier --config-path ./path/to/editorconfig .
Expected behavior:
CSharpier uses the
editorconfig
file for configuration. The documentation stateswhich is why I assumed this would be working
Actual behavior:
CSharpier throws an error:
Unhandled exception: (Line: 1, Col: 1, Idx: 0) - (Line: 14, Col: 16, Idx: 214): Exception during deserialization
Not sure if this is even intended to work, I just assumed from the documentation. Feel free to close the issue if this is not an expected behavior!
The text was updated successfully, but these errors were encountered: