{"id":5803450,"name":"xt0rted/setup-dotnet","ecosystem":"actions","description":"A wrapper around the official actions/setup-dotnet action with extra features","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/xt0rted/setup-dotnet","keywords_array":[],"namespace":"xt0rted","versions_count":7,"first_release_published_at":"2022-04-12T18:34:27.000Z","latest_release_published_at":"2022-10-22T21:05:08.000Z","latest_release_number":"v1.5.0","last_synced_at":"2026-05-27T05:46:50.020Z","created_at":"2023-01-04T14:31:22.857Z","updated_at":"2026-05-27T05:46:50.020Z","registry_url":"https://github.com/xt0rted/setup-dotnet","install_command":null,"documentation_url":null,"metadata":{"name":"setup-dotnet","description":"A wrapper around the official actions/setup-dotnet action with extra features","author":"xt0rted","branding":{"icon":"play","color":"green"},"inputs":{"dotnet-version":{"description":"Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x","required":false},"global-json-file":{"description":"Optional global.json location, if your global.json isn't located in the root of the repo.","required":false},"source-url":{"description":"Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword","required":false},"owner":{"description":"Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository's owner. Only used if a GPR URL is also provided in source-url","required":false},"config-file":{"description":"Optional NuGet.config location, if your NuGet.config isn't located in the root of the repo.","required":false},"include-prerelease":{"description":"Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.","required":false},"colored-output":{"description":"Sets the required environment variables to force color output from dotnet.","default":true,"required":false},"strip-comments-from-global-json":{"description":"Whether to strip comments from the `global.json` file.","default":true,"required":false},"nuget_auth_token":{"description":"Optional authentication token used with `source-url`.","required":false}},"runs":{"using":"composite","steps":[{"shell":"bash","run":"if [ \"${{ inputs.colored-output }}\" == \"true\" ]; then\n  echo \"DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION=true\" \u003e\u003e $GITHUB_ENV\n  echo \"TERM=xterm\" \u003e\u003e $GITHUB_ENV\nfi\n"},{"shell":"bash","run":"case \"${{ runner.os }}\" in\n  macOS) echo \"DOTNET_INSTALL_DIR=/Users/runner/.dotnet\" \u003e\u003e $GITHUB_ENV;;\n  Linux) echo \"DOTNET_INSTALL_DIR=/usr/share/dotnet\" \u003e\u003e $GITHUB_ENV;;\n  Windows) echo \"DOTNET_INSTALL_DIR=C:\\Program Files\\dotnet\" \u003e\u003e $GITHUB_ENV;;\n  *) echo \"::warning::Unsupported runner os: ${{ runner.os }}\";;\nesac\n"},{"shell":"bash","id":"meta","run":"if [[ -f \"global.json\" ]]; then\n  echo \"has-global-json=true\" \u003e\u003e $GITHUB_OUTPUT\nelse\n  echo \"has-global-json=false\" \u003e\u003e $GITHUB_OUTPUT\nfi\n"},{"shell":"bash","run":"if [[ \"${{ steps.meta.outputs.has-global-json }}\" == \"true\"  \u0026\u0026 \"${{ inputs.strip-comments-from-global-json }}\" == \"true\" ]]; then\n  cp global.json global.json.copy\n  npx -y strip-json-comments-cli global.json.copy \u003e global.json\n  rm global.json.copy\nfi\n"},{"uses":"actions/setup-dotnet@v2.1.0","with":{"dotnet-version":"${{ inputs.dotnet-version }}","global-json-file":"${{ inputs.global-json-file }}","source-url":"${{ inputs.source-url }}","owner":"${{ inputs.owner }}","config-file":"${{ inputs.config-file }}","include-prerelease":"${{ inputs.include-prerelease }}"},"env":{"NUGET_AUTH_TOKEN":"${{ inputs.nuget_auth_token }}"}},{"shell":"bash","run":"if [[ \"${{ steps.meta.outputs.has-global-json }}\" == \"true\"  \u0026\u0026 \"${{ inputs.strip-comments-from-global-json }}\" == \"true\" ]]; then\n  git checkout -- global.json\nfi\n"},{"shell":"bash","run":"dotnet --list-sdks"}]},"default_branch":"main","path":null},"repo_metadata":{"uuid":"480878184","full_name":"xt0rted/setup-dotnet","owner":"xt0rted","description":"A wrapper around the official actions/setup-dotnet action with extra features","archived":false,"fork":false,"pushed_at":"2022-10-22T21:08:04.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-13T08:27:02.704Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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}},"created_at":"2022-04-12T15:57:13.000Z","updated_at":"2023-05-02T10:10:07.000Z","dependencies_parsed_at":"2023-01-05T05:03:08.105Z","dependency_job_id":null,"html_url":"https://github.com/xt0rted/setup-dotnet","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"6f04e7f8ca9ff2faf76540fe2e3ebc595ca38b6b"},"previous_names":[],"tags_count":7,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xt0rted","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":145709601,"owners_count":6278965,"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":"xt0rted","name":"Brian Surowiec","uuid":"831974","kind":"user","description":"🙈 🙉 🙈 🙉 🙈 🙉 🙈 🙉 🙈 🙉","email":"","website":"onlypans.pizza","location":"NJ, USA","twitter":"xt0rted","company":"@rezStream","icon_url":"https://avatars.githubusercontent.com/u/831974?v=4","repositories_count":37,"last_synced_at":"2023-04-09T05:07:00.893Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/xt0rted","created_at":"2022-11-04T20:27:20.750Z","updated_at":"2023-04-09T05:07:01.147Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xt0rted","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xt0rted/repositories"},"tags":[{"name":"v1.5.0","sha":"6f04e7f8ca9ff2faf76540fe2e3ebc595ca38b6b","kind":"commit","published_at":"2022-10-22T21:05:08.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.5.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.5.0","dependencies_parsed_at":"2023-06-01T10:34:19.913Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.5.0/manifests"},{"name":"v1","sha":"1db36d11c1d3be64b9200dae323cda312d396742","kind":"tag","published_at":"2022-05-09T20:32:03.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1","dependencies_parsed_at":"2023-05-30T23:53:05.920Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1/manifests"},{"name":"v1.4.0","sha":"1db36d11c1d3be64b9200dae323cda312d396742","kind":"tag","published_at":"2022-05-09T20:28:49.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.4.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.4.0","dependencies_parsed_at":"2023-05-30T23:53:05.619Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.4.0/manifests"},{"name":"v1.3.0","sha":"ed6401cf39cb712496369ba18c0347b0b45e09b3","kind":"tag","published_at":"2022-04-25T21:40:35.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.3.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-30T23:53:06.283Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa19692116a14cffcf6af176f71a9ef87bd4677c","kind":"tag","published_at":"2022-04-21T19:21:06.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.2.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-30T23:53:06.539Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"81fefb508aed508a4338a1a9cbf48eb7c09ea2d4","kind":"tag","published_at":"2022-04-13T16:24:09.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.1.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-30T23:53:06.778Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"fc29edc677f23f3fa306defaec2fb1104c84cf8a","kind":"tag","published_at":"2022-04-12T18:34:27.000Z","download_url":"https://codeload.github.com/xt0rted/setup-dotnet/tar.gz/v1.0.0","html_url":"https://github.com/xt0rted/setup-dotnet/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-30T23:53:07.159Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xt0rted%2Fsetup-dotnet/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2023-07-14T09:16:18.044Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":10,"rankings":{"downloads":null,"dependent_repos_count":12.21042623989859,"dependent_packages_count":0.0,"stargazers_count":34.720329583267315,"forks_count":35.18301378545397,"docker_downloads_count":null,"average":20.52844240215497},"purl":"pkg:githubactions/xt0rted/setup-dotnet","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/xt0rted/setup-dotnet","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/xt0rted/setup-dotnet","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/xt0rted/setup-dotnet/dependencies","status":null,"funding_links":["https://github.com/sponsors/xt0rted"],"critical":null,"issue_metadata":{"last_synced_at":"2023-08-09T09:18:18.661Z","issues_count":0,"pull_requests_count":1,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":118.0,"issues_closed_count":0,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":0.0,"merged_pull_requests_count":1,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/xt0rted%2Fsetup-dotnet/codemeta","maintainers":[]}