{"id":28470826,"url":"https://github.com/cybersecurity-dev/csharp-toolkit","last_synced_at":"2026-04-30T19:31:37.555Z","repository":{"id":295328719,"uuid":"989813652","full_name":"cybersecurity-dev/csharp-toolkit","owner":"cybersecurity-dev","description":"C# Development Toolkit","archived":false,"fork":false,"pushed_at":"2025-11-01T23:03:20.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-02T01:06:22.285Z","etag":null,"topics":["csharp","csharp-code","csharp-lib","development-toolkit","dotnet-core","dotnetcore"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.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":"2025-05-24T22:02:19.000Z","updated_at":"2025-11-01T23:03:23.000Z","dependencies_parsed_at":"2025-08-18T00:15:52.233Z","dependency_job_id":"95b7dd9f-9384-456b-aec1-77816a5e473f","html_url":"https://github.com/cybersecurity-dev/csharp-toolkit","commit_stats":null,"previous_names":["cybersecurity-dev/csharp-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/csharp-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fcsharp-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fcsharp-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fcsharp-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fcsharp-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/csharp-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2Fcsharp-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32475191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["csharp","csharp-code","csharp-lib","development-toolkit","dotnet-core","dotnetcore"],"created_at":"2025-06-07T10:06:36.764Z","updated_at":"2026-04-30T19:31:37.549Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp align=\"center\"\u003e\n        \u003ca href=\"https://github.com/cybersecurity-dev/awesome-csharp-programming-language\"\u003e\n          \u003cimg width=\"8%\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/CSharp.svg\" /\u003e\n        \u003c/a\u003e\n    \u003c/p\u003e\n\n# [C#](https://dotnet.microsoft.com/en-us/languages/csharp) Development Toolkit\n\u003c/div\u003e\n\n[![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)](https://github.com/cybersecurity-dev/Bash-Toolkit?tab=readme-ov-file#programming-language)\n[![Windows](https://custom-icon-badges.demolab.com/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows11\u0026logoColor=white)](https://github.com/cybersecurity-dev/PowerShell-Toolkit?tab=readme-ov-file#programming-language)\n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)]()\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)]()\n\n## 📖 Contents\n- [Install Steps](#install-steps)\n- [My Awesome Lists](#my-awesome-lists)\n- [Contributing](#contributing)\n- [Contributors](#contributors)\n\n## Install Steps\n\n\u003cdetails\u003e\n\n\u003csummary\u003eFor Debian, Ubuntu, Linux Mint\u003c/summary\u003e\n\n```bash\nwget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \u0026\u0026 \\\nsudo dpkg -i packages-microsoft-prod.deb\n```\n\n```bash\nrm packages-microsoft-prod.deb \u0026\u0026 \\\nsudo apt-get update \u0026\u0026 \\\nsudo apt-get install -y dotnet-sdk-9.0 \n```\n\n```bash\nsudo dotnet workload update \u0026\u0026 \\\ndotnet --version\n```\n\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n \n \u003csummary\u003eFor RHEL, Fedora, AlmaLinux\u003c/summary\u003e\n  \n ```bash\n sudo dnf update\n ```\n \u003c/details\u003e\n\n \u003cdetails\u003e\n \u003csummary\u003eFor Arch, Manjaro, EndeavourOS\u003c/summary\u003e\n  \n ```bash\nsudo pacman -Syu\n ```\n \u003c/details\u003e\n\n\n### HelloWorld Project\n```bash\ndotnet new console -lang C# -o HelloWorld \u0026\u0026 \\\ncd ./HelloWorld \u0026\u0026 \\\ndotnet run\n```\n\n\n##\n\n### My Awesome Lists\nYou can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)\n\n### Contributing\n\n[Contributions of any kind welcome, just follow the guidelines](contributing.md)!\n\n### Contributors\n\n[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Csharp-Toolkit/graphs/contributors)!\n\n[🔼 Back to top](#c-development-toolkit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fcsharp-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fcsharp-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fcsharp-toolkit/lists"}