-
-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Milestone
Description
Description
CSharpier appears to include files from the bin/ and obj/ directories when formatting XML files. These directories are typically used for compiled or intermediate files and should be excluded by default from formatting operations.
Steps to Reproduce
- Run
dotnet build -c Releaseor use a CI workflow that formats all files. - Observe that XML files in
bin/orobj/directories are being reported as not formatted.
Expected Behavior
CSharpier should automatically ignore any files in the bin/ and obj/ directories, including XML or xml-like files.
Actual Behavior
Files in bin/ and obj/, including XML files, are formatted, which may lead to unnecessary changes and CI noise.
Suggested Fix
Add a default exclusion rule for bin/ and obj/ directories.
Environment
- CSharpier version: 1.0.1
- OS: Windows
- .NET SDK: .NET 9
Metadata
Metadata
Assignees
Labels
No labels