ajeckmans / format-check-task

A format check task for Azure Devops Pull Requests, based on dotnet format. It can scan all files or just the ones in a PR and add comments for each error found to the PR. When errors are found optionally fail the task or set a status check.
3 stars 0 forks source link

When scoping to PullRequest not all files are included #32

Closed ajeckmans closed 11 months ago

ajeckmans commented 11 months ago

the file paths in the commit and change set are not normalized so one includes forward slashes and one includes backslashes resulting in files inside folders to be wrongfully excluded.