{"id":17866183,"url":"https://github.com/xt0rted/dotnet-format-problem-matcher","last_synced_at":"2025-03-21T05:30:46.051Z","repository":{"id":37954209,"uuid":"203107536","full_name":"xt0rted/dotnet-format-problem-matcher","owner":"xt0rted","description":"A GitHub Action that registers a problem matcher for dotnet-format's report output","archived":false,"fork":false,"pushed_at":"2025-03-17T19:58:09.000Z","size":2107,"stargazers_count":11,"open_issues_count":13,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-17T20:40:06.363Z","etag":null,"topics":["annotations","dotnet","dotnet-core","dotnet-format","github-actions","linting","problem-matcher"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xt0rted.png","metadata":{"funding":{"github":"xt0rted","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-19T05:57:46.000Z","updated_at":"2025-03-17T19:58:13.000Z","dependencies_parsed_at":"2023-11-07T02:27:14.842Z","dependency_job_id":"fa461b9d-05dd-4219-9d80-82f4e2755460","html_url":"https://github.com/xt0rted/dotnet-format-problem-matcher","commit_stats":{"total_commits":514,"total_committers":3,"mean_commits":"171.33333333333334","dds":"0.38132295719844356","last_synced_commit":"75035f3c11346de0176f14f923d621c573bbab43"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-format-problem-matcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-format-problem-matcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-format-problem-matcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fdotnet-format-problem-matcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xt0rted","download_url":"https://codeload.github.com/xt0rted/dotnet-format-problem-matcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745651,"owners_count":20503043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["annotations","dotnet","dotnet-core","dotnet-format","github-actions","linting","problem-matcher"],"created_at":"2024-10-28T09:28:48.646Z","updated_at":"2025-03-21T05:30:45.713Z","avatar_url":"https://github.com/xt0rted.png","language":"TypeScript","funding_links":["https://github.com/sponsors/xt0rted"],"categories":[],"sub_categories":[],"readme":"# Problem Matcher for dotnet-format\n\n[![CI](https://github.com/xt0rted/dotnet-format-problem-matcher/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/xt0rted/dotnet-format-problem-matcher/actions/workflows/ci.yml)\n[![CodeQL](https://github.com/xt0rted/dotnet-format-problem-matcher/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/xt0rted/dotnet-format-problem-matcher/actions/workflows/codeql-analysis.yml)\n\n\nAdds a problem matcher that will detect errors from [dotnet-format](https://github.com/dotnet/format) and create annotations for them.\n\n## Usage\n\n```yml\non: push\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-dotnet@v1\n          with:\n            dotnet-version: 3.1.101\n      - uses: xt0rted/dotnet-format-problem-matcher@v1\n      - run: dotnet tool install -g dotnet-format\n      - run: dotnet-format --dry-run\n```\n\n![Example of inline annotations](docs/annotations.png)\n\n![Example of build log with highlighted errors](docs/build-log.png)\n\n## Options\n\nName | Allowed values | Description\n-- | -- | --\n`action` | `add` (default), `remove` | If the problem matcher should be registered or removed\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxt0rted%2Fdotnet-format-problem-matcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxt0rted%2Fdotnet-format-problem-matcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxt0rted%2Fdotnet-format-problem-matcher/lists"}