Skip to content

Misleading message after "csharpier check" #1645

@phrkdll

Description

@phrkdll

Environments:

  • CSharpier Version: 1.0.3
  • Running CSharpier via: dotnet cli
  • Operating System: Ubuntu 24.04.2 LTS
  • .csharpierrc Settings:
    {
    "printWidth": 120,
    "useTabs": false,
    "endOfLine": "auto"
    }
  • .editorconfig Settings: N/A

Steps to reproduce:

  1. Install csharpier as global tool
  2. Run "csharpier check ." within a solution
  3. Run "csharpier format ." within a solution

Expected behavior:
Both commands (check and format) have distinct messages.

Actual behavior:
Both commands output a message like "Formatted n files in 1234ms".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions