Skip to content

csharpier doesn't format files on fedora #1643

Description

@kostabekre

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:

csharpier check .

or

 csharpier format . --write-stdout

Expected behavior:
Errors about wrong indent.

Actual behavior:

Formatted 0 files in 255ms.

or empty if using --write-stdout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions