{"id":7743030,"name":"zyactions/dotnet-format","ecosystem":"actions","description":"A GitHub Action that wraps the .NET CLI `dotnet format` command.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/zyactions/dotnet-format","keywords_array":["continuous-integration","dotnet","github-actions"],"namespace":"zyactions","versions_count":4,"first_release_published_at":"2022-12-22T13:03:36.000Z","latest_release_published_at":"2023-05-19T21:20:22.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-08-29T17:37:17.026Z","created_at":"2023-05-17T08:43:31.289Z","updated_at":"2026-08-29T17:37:17.027Z","registry_url":"https://github.com/zyactions/dotnet-format","install_command":null,"documentation_url":null,"metadata":{"name":"ZyAction: .NET Format","author":"Florian Bernd","description":"A GitHub Action that wraps the .NET CLI `dotnet format` command.","branding":{"icon":"terminal","color":"blue"},"inputs":{"working-directory":{"description":"The working-directory for the action.\nDefaults to the repository root directory (`github.workspace`).\nIf a specific .NET SDK version is to be used, the working directory must point to the directory that contains the `global.json` or a subdirectory of it.\n","type":"string","required":false,"default":"${{ github.workspace }}"},"workspace":{"description":"The Visual Studio workspace (directory, project- or solution-file).\nThis path is relative to the `working-directory` unless an absolute path is used.\n","type":"string","required":false,"default":""},"diagnostics":{"description":"A newline-separated list of diagnostic IDs to use as a filter when fixing code style or third-party issues. Supports multiline strings.\nDefault value is whichever IDs are listed in the  `.editorconfig` file.\n","type":"string","required":false,"default":""},"severity":{"description":"The minimum severity of diagnostics to fix.\nPossible values: - info - warn - error\nThe default value is `warn`.\n","type":"string","required":false,"default":""},"verify-no-changes":{"description":"Verifies that no formatting changes would be performed. Terminates with a non zero exit code if any files would have been formatted.\n","type":"boolean","required":false,"default":false},"include":{"description":"A newline-separated list of relative file or folder paths to include in formatting.\nThe default is all files in the solution or project.\nUse `-` to read the list of files from the `pipe` input.\n","type":"string","required":false,"default":""},"exclude":{"description":"A newline-separated list of relative file or folder paths to exclude from formatting.\nThe default is none.\nUse `-` to read the list of files from the `pipe` input.\n","type":"string","required":false,"default":""},"report-path":{"description":"Produces a JSON report in the specified directory.","type":"string","required":false,"default":""},"implicit-restore":{"description":"Execute an implicit restore before formatting.","type":"boolean","required":false,"default":false},"use-standalone-tool":{"description":"Uses the standalone version of the `dotnet-format` tool instead of the version bundled with the .NET SDK.\n","type":"boolean","required":false,"default":false},"pipe":{"description":"An optional pipe input from which the `include` or `exclude` filenames are to be read.\nThis must be set to a valid shell command line (bash) that can be used for piping. The command must output to `stdout` and separate the individual filenames by line breaks.\nWARNING: The command passed to this input will be evaluated and should not come from untrusted sources.\n","type":"string","required":false,"default":""}},"runs":{"using":"composite","steps":[{"name":".NET Format","shell":"bash","working-directory":"${{ inputs.working-directory }}","env":{"INPUT_WORKSPACE":"${{ inputs.workspace }}","INPUT_DIAGNOSTICS":"${{ inputs.diagnostics }}","INPUT_SEVERITY":"${{ inputs.severity }}","INPUT_VERIFY_NO_CHANGES":"${{ inputs.verify-no-changes != 'false' \u0026\u0026 'true' || 'false' }}","INPUT_INCLUDE":"${{ inputs.include }}","INPUT_EXCLUDE":"${{ inputs.exclude }}","INPUT_REPORT_PATH":"${{ inputs.report-path }}","INPUT_IMPLICIT_RESTORE":"${{ inputs.implicit-restore != 'false' \u0026\u0026 'true' || 'false' }}","INPUT_USE_STANDALONE_TOOL":"${{ inputs.use-standalone-tool != 'false' \u0026\u0026 'true' || 'false' }}","INPUT_PIPE":"${{ inputs.pipe }}"},"run":"\"$GITHUB_ACTION_PATH/entrypoint.sh\"\n"}]},"default_branch":"master","path":null},"repo_metadata":{"uuid":"577363833","full_name":"zyactions/dotnet-format","owner":"zyactions","description":"A GitHub Action that wraps the .NET CLI `dotnet format` command.","archived":false,"fork":false,"pushed_at":"2023-05-19T21:22:13.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-13T08:39:56.287Z","etag":null,"topics":["continuous-integration","dotnet","github-actions"],"latest_commit_sha":null,"homepage":"","language":"YAML","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/zyactions.png","metadata":{},"created_at":"2022-12-12T15:17:18.000Z","updated_at":"2022-12-23T16:24:50.000Z","dependencies_parsed_at":"2023-06-09T01:00:13.904Z","dependency_job_id":null,"html_url":"https://github.com/zyactions/dotnet-format","commit_stats":null,"previous_names":[],"tags_count":4,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyactions","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145722525,"owners_count":6280670,"icon_url":"https://github.com/github.png","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"},"owner_record":{"login":"zyactions","name":"ZyActions","uuid":"116508562","kind":"organization","description":"ZyActions is a set of powerful, easy to use and secure GitHub Actions.","email":null,"website":"https://github.com/flobernd","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/116508562?v=4","repositories_count":6,"last_synced_at":"2023-03-11T06:26:15.387Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/zyactions","created_at":"2023-02-15T00:54:12.192Z","updated_at":"2023-03-11T06:26:15.491Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyactions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyactions/repositories"},"tags":[{"name":"v1.1.0","sha":"059ebd22ce2c9b54ee5efc30e65dde422547dadf","kind":"commit","published_at":"2023-05-19T21:20:22.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-format/tar.gz/v1.1.0","html_url":"https://github.com/zyactions/dotnet-format/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-02T00:35:20.381Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"1afa08f11c6b23091abad5bc8561c0b0dab47549","kind":"commit","published_at":"2023-05-19T11:52:33.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-format/tar.gz/v1.0.1","html_url":"https://github.com/zyactions/dotnet-format/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-02T00:35:17.704Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.0.1/manifests"},{"name":"v1","sha":"1afa08f11c6b23091abad5bc8561c0b0dab47549","kind":"commit","published_at":"2023-05-19T11:52:33.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-format/tar.gz/v1","html_url":"https://github.com/zyactions/dotnet-format/releases/tag/v1","dependencies_parsed_at":"2023-06-02T00:35:16.975Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1/manifests"},{"name":"v1.0.0","sha":"36814a884879e7dafb9c74df549777e7297659c2","kind":"commit","published_at":"2022-12-22T13:03:36.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-format/tar.gz/v1.0.0","html_url":"https://github.com/zyactions/dotnet-format/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-02T00:35:19.438Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-format/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-14T10:09:12.282Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.791633655522105,"dependent_packages_count":0.0,"stargazers_count":48.340991918871815,"forks_count":35.14181587704009,"docker_downloads_count":null,"average":27.0686103628585},"purl":"pkg:githubactions/zyactions/dotnet-format","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/zyactions/dotnet-format","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/zyactions/dotnet-format","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/zyactions/dotnet-format/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-format/codemeta","maintainers":[]}