When I run csharpier on Linux csharpier doesn't show any errors about wrong format.
On Windows it works as expected.
I tried different approaches like downloading csharpier directly (via Mason) or installing it with dotnet tool install csharpier.
Environments:
- CSharpier Version: 1.0.2
- Running CSharpier via: dotnet cli or directly (downloaded via Mason)
- Operating System: fedora 42
- .csharpierrc Settings: empty
- .editorconfig Settings: empty
Steps to reproduce:
or
csharpier format . --write-stdout
Expected behavior:
Errors about wrong indent.
Actual behavior:
Formatted 0 files in 255ms.
or empty if using --write-stdout
When I run csharpier on Linux csharpier doesn't show any errors about wrong format.
On Windows it works as expected.
I tried different approaches like downloading csharpier directly (via Mason) or installing it with
dotnet tool install csharpier.Environments:
Steps to reproduce:
csharpier check .or
csharpier format . --write-stdoutExpected behavior:
Errors about wrong indent.
Actual behavior:
Formatted 0 files in 255ms.or empty if using
--write-stdout