{"id":48448475,"url":"https://github.com/vrnobody/setup-net45","last_synced_at":"2026-04-06T19:02:08.948Z","repository":{"id":344770244,"uuid":"1182827737","full_name":"vrnobody/setup-net45","owner":"vrnobody","description":"GitHub action for configuring net45 SDK. Windows only! 配置 .net framework 4.5 构建环境的 GitHub action，只支持 Windows 容器。","archived":false,"fork":false,"pushed_at":"2026-03-16T07:47:08.000Z","size":656,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T20:11:55.675Z","etag":null,"topics":["actions","net45","sdk","win32"],"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":"2026-03-16T01:58:18.000Z","updated_at":"2026-03-16T08:13:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vrnobody/setup-net45","commit_stats":null,"previous_names":["vrnobody/setup-net45"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vrnobody/setup-net45","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2Fsetup-net45","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2Fsetup-net45/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2Fsetup-net45/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2Fsetup-net45/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrnobody","download_url":"https://codeload.github.com/vrnobody/setup-net45/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrnobody%2Fsetup-net45/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","net45","sdk","win32"],"created_at":"2026-04-06T19:02:05.430Z","updated_at":"2026-04-06T19:02:08.944Z","avatar_url":"https://github.com/vrnobody.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"配置 .net framework 4.5 开发环境的 GitHub action。只能用于 windows 容器。  \nGitHub action for configuring .net framework 4.5 SDK. For windows runner only!\n\n### 用法 Usage\n\n```yaml\nname: .net framework CI\n\non: [push]\n\njobs:\n  build:\n    runs-on: windows-2025\n\n    steps:\n      - uses: actions/checkout@v6\n\n      - name: Setup net45 SDK\n        uses: vrnobody/setup-net45@v1.24.0\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### 开发 Development\n\n```bash\ngit clone https://github.com/vrnobody/setup-net45.git\ncd setup-net45\nnpm install\nnpm run build\n```\n\n### 更新日志\n\n[update-log.md](./docs/update-log.md)\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-net45","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrnobody%2Fsetup-net45","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrnobody%2Fsetup-net45/lists"}