{"id":5790020,"name":"zyactions/dotnet-setup","ecosystem":"actions","description":"Sets up a specific version of the .NET SDK.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/zyactions/dotnet-setup","keywords_array":["continuous-integration","dotnet","github-actions"],"namespace":"zyactions","versions_count":3,"first_release_published_at":"2022-12-10T22:00:35.000Z","latest_release_published_at":"2022-12-20T20:06:15.000Z","latest_release_number":"v1.0.1","last_synced_at":"2026-06-11T22:45:29.668Z","created_at":"2023-01-03T17:34:17.227Z","updated_at":"2026-06-11T22:45:29.668Z","registry_url":"https://github.com/zyactions/dotnet-setup","install_command":null,"documentation_url":null,"metadata":{"name":"ZyAction: .NET Setup","author":"Florian Bernd","description":"Sets up a specific version of the .NET SDK.","branding":{"icon":"play-circle","color":"blue"},"inputs":{"dotnet-version":{"description":"Optional SDK version(s) to use. If not provided, will install 'global.json' version when available. Supports multi-line strings.\n","type":"string","required":false,"default":""},"dotnet-quality":{"description":"Sets up the action to install the latest build of the specified quality in the channel.\nPossible values:  - daily - signed - validated - preview - ga\n","type":"string","required":false,"default":""},"global-json-file":{"description":"Optional 'global.json' location, if the 'global.json' isn't located in the root of the repo.","type":"string","required":false,"default":""},"problem-matcher":{"description":"Registers the default .NET problem matcher.","type":"boolean","required":false,"default":true}},"outputs":{"dotnet-version":{"description":"Contains the installed by action .NET SDK version for reuse.","value":"${{ steps.setup.outputs.dotnet-version }}"}},"runs":{"using":"composite","steps":[{"name":"Setup .NET","id":"setup","uses":"actions/setup-dotnet@v3","with":{"dotnet-version":"${{ inputs.dotnet-version }}","dotnet-quality":"${{ inputs.dotnet-quality }}","global-json-file":"${{ inputs.global-json-file }}"}},{"name":"Configure Environment","shell":"bash","run":"echo \"DOTNET_NOLOGO=1\" \u003e\u003e $GITHUB_ENV\necho \"DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1\" \u003e\u003e $GITHUB_ENV\necho \"DOTNET_CLI_TELEMETRY_OPTOUT=1\" \u003e\u003e $GITHUB_ENV\necho \"DOTNET_GENERATE_ASPNET_CERTIFICATE=0\" \u003e\u003e $GITHUB_ENV\n"},{"name":"Disable Problem Matcher","if":"inputs.problem-matcher != 'true'","shell":"bash","run":"echo \"::remove-matcher owner=csc::\"\n"}]},"default_branch":"master","path":null},"repo_metadata":{"uuid":"570131449","full_name":"zyactions/dotnet-setup","owner":"zyactions","description":"A GitHub Action to set up a specific version of the .NET SDK in a workflow run.","archived":false,"fork":false,"pushed_at":"2022-12-20T20:08:42.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-07-13T08:19:23.900Z","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":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-24T12:10:21.000Z","updated_at":"2022-12-23T16:25:13.000Z","dependencies_parsed_at":"2023-01-11T17:24:37.582Z","dependency_job_id":null,"html_url":"https://github.com/zyactions/dotnet-setup","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"8f4b644ff5ff19bba913663df285b7b7278bb724"},"previous_names":[],"tags_count":3,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyactions","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145709530,"owners_count":6278957,"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.0.1","sha":"8f4b644ff5ff19bba913663df285b7b7278bb724","kind":"commit","published_at":"2022-12-20T20:06:15.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-setup/tar.gz/v1.0.1","html_url":"https://github.com/zyactions/dotnet-setup/releases/tag/v1.0.1","dependencies_parsed_at":"2023-06-01T10:36:04.928Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1.0.1/manifests"},{"name":"v1","sha":"8f4b644ff5ff19bba913663df285b7b7278bb724","kind":"commit","published_at":"2022-12-20T20:06:15.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-setup/tar.gz/v1","html_url":"https://github.com/zyactions/dotnet-setup/releases/tag/v1","dependencies_parsed_at":"2023-06-01T10:36:05.435Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1/manifests"},{"name":"v1.0.0","sha":"e0412216b622dfa969db4eda0893af82b37c1765","kind":"commit","published_at":"2022-12-10T22:00:35.000Z","download_url":"https://codeload.github.com/zyactions/dotnet-setup/tar.gz/v1.0.0","html_url":"https://github.com/zyactions/dotnet-setup/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T10:36:05.946Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyactions%2Fdotnet-setup/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-14T08:45:02.121Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":2,"rankings":{"downloads":null,"dependent_repos_count":20.602123276818254,"dependent_packages_count":0.0,"stargazers_count":48.363175408017746,"forks_count":35.17033750594201,"docker_downloads_count":null,"average":26.0339090476945},"purl":"pkg:githubactions/zyactions/dotnet-setup","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/zyactions/dotnet-setup","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/zyactions/dotnet-setup","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/zyactions/dotnet-setup/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T07:51:26.679Z","issues_count":0,"pull_requests_count":2,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":341161.0,"issues_closed_count":0,"pull_requests_closed_count":2,"pull_request_authors_count":2,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.5,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":341161.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":1},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/zyactions%2Fdotnet-setup/codemeta","maintainers":[]}