Linter shows failure, and files which failed linting, but is not making comments on the code in the files via of the PR #608
Open
Description
Using an ASP.NET Framework (.NET Framework v4.7.2) solution with many projects (51) in the solution, linting fails to show on the files which have changes violating the editorconfig rules. The linter fails, and by clicking the red x in the PR to see the check failure, the annotations show, but on the files tab of the PR, the annotations are missing. An example of this page is:
#606**
Tool: dotnet format
Action: Runs on windows-latest
Pre-requisites: Runs the following:
- Setup MSBuild
- Restore Packages
- Builds Solution
Runs the linter with the commands:
- name: Run linters
uses: wearerequired/lint-action@v2
with:
dotnet_format: true
dotnet_format_args: "./MySolutionName.sln"