{"id":48448477,"url":"https://github.com/vrnobody/setup-dotnetframeworkenv","last_synced_at":"2026-04-06T19:02:07.040Z","repository":{"id":118923000,"uuid":"234722668","full_name":"vrnobody/Setup-DotNetFrameworkEnv","owner":"vrnobody","description":"GitHub action for old .net framework project.","archived":false,"fork":false,"pushed_at":"2026-03-15T16:49:58.000Z","size":932,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-16T05:12:35.280Z","etag":null,"topics":["actions","dotnet-framework","msbuild","nuget","vstest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vrnobody.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-18T11:11:49.000Z","updated_at":"2026-03-15T16:45:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a672a63-4fb2-404a-b2c3-084ad46b7426","html_url":"https://github.com/vrnobody/Setup-DotNetFrameworkEnv","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/vrnobody/Setup-DotNetFrameworkEnv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2FSetup-DotNetFrameworkEnv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2FSetup-DotNetFrameworkEnv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2FSetup-DotNetFrameworkEnv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2FSetup-DotNetFrameworkEnv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrnobody","download_url":"https://codeload.github.com/vrnobody/Setup-DotNetFrameworkEnv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2FSetup-DotNetFrameworkEnv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31485516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["actions","dotnet-framework","msbuild","nuget","vstest"],"created_at":"2026-04-06T19:02:06.120Z","updated_at":"2026-04-06T19:02:07.033Z","avatar_url":"https://github.com/vrnobody.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deprecated\nThis project is deprecated. Please consider using [https://github.com/vrnobody/setup-net45](https://github.com/vrnobody/setup-net45).  \n2026-03-16\n\n# Setup .net framework env\nCombine Setup-MSBuild, Setup-VSTest and Setup-Nuget together.  \n\n# Usage\n\nBasic:\n```yaml\nname: .net framework CI\n\non: [push]\n\njobs:\n  build:\n    runs-on: windows-2019\n\n    steps:\n      - uses: actions/checkout@v6\n\n      - name: Setup .net framework env\n        uses: vrnobody/Setup-DotNetFrameworkEnv@v1.24\n\n      - name: Restore Nuget packages\n        run: nuget restore MyProject.sln\n\n      - name: Build solution\n        run: msbuild MyProject.sln -p:Configuration=Release\n\n      - name: Run unit tests\n        run: |\n          function Invoke-VSTest {\n            \u0026 \"vstest.console.exe\" $args\n            if(-not $?){ throw \"fail!\" }\n          }\n          Invoke-VSTest \"MyTestProject/bin/Release/MyTestProject.Test.dll\"\n\n```\n\n# Development\n\n```bash\ngit clone https://github.com/vrnobody/Setup-DotNetFrameworkEnv.git\ncd Setup-DotNetFrameworkEnv\nnpm install\nnpm run build\n```\n\n# Update log\n[update-log.md](./update-log.md)\n\n# License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n\n# Credits\n\nhttps://github.com/warrenbuckley/Setup-Nuget  \nhttps://github.com/warrenbuckley/Setup-MSBuild  \nhttps://github.com/Malcolmnixon/Setup-VSTest  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrnobody%2Fsetup-dotnetframeworkenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrnobody%2Fsetup-dotnetframeworkenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrnobody%2Fsetup-dotnetframeworkenv/lists"}