{"id":39945429,"url":"https://github.com/xenserver/dotnet-packages","last_synced_at":"2026-01-18T19:47:49.307Z","repository":{"id":9088321,"uuid":"10864444","full_name":"xenserver/dotnet-packages","owner":"xenserver","description":"DotNet Libraries","archived":false,"fork":false,"pushed_at":"2024-11-27T23:02:55.000Z","size":52789,"stargazers_count":15,"open_issues_count":0,"forks_count":33,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-28T00:18:44.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xenserver.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-22T12:07:07.000Z","updated_at":"2024-10-01T12:25:31.000Z","dependencies_parsed_at":"2024-11-28T00:46:31.853Z","dependency_job_id":null,"html_url":"https://github.com/xenserver/dotnet-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xenserver/dotnet-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenserver%2Fdotnet-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenserver%2Fdotnet-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenserver%2Fdotnet-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenserver%2Fdotnet-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenserver","download_url":"https://codeload.github.com/xenserver/dotnet-packages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenserver%2Fdotnet-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28549722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T19:22:41.102Z","status":"ssl_error","status_checked_at":"2026-01-18T19:22:26.310Z","response_time":98,"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":[],"created_at":"2026-01-18T19:47:48.675Z","updated_at":"2026-01-18T19:47:49.300Z","avatar_url":"https://github.com/xenserver.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Third-Party Components\r\n\r\nAs of February 2025 this copy of the dotnet-packages repository is considered\r\narchived. As such it will not reflect the latest state of development in this\r\nrepo, and any pull requests will not be reviewed/merged. If you have any\r\nfeedback on this repo, please send it to feedback@xenserver.com.\r\n\r\n---\r\n\r\n# Overview\r\n\r\nThis repository contains the source code and patches for the third-party\r\nlibraries:\r\n\r\n* DiscUtils (v0.11) - a .NET library for reading and writing ISO files\r\n  and Virtual Machine disk files (VHD, VDI, XVA, VMDK, etc);\r\n* SharpZipLib (v1.3.3)- a Zip, GZip, Tar and BZip2 library written\r\n  entirely in C# for the .NET platform;\r\n* JsonSubTypes (v2.0.1) - a discriminated Json sub-type Converter\r\n  implementation for .NET\r\n* XML-RPC.NET (v2.5.0) - a library for implementing XML-RPC Services\r\n  and clients in the .NET environment;\r\n* log4net (v2.0.15) - a library providing logging services for purposes\r\n  of application debugging and auditing;\r\n\r\n## Contributions\r\n\r\nThe preferable way to contribute patches is to fork the repository on Github and\r\nthen submit a pull request. If for some reason you can't use Github to submit a\r\npull request, then you may send your patch for review to the\r\nxs-devel@lists.xenserver.org mailing list, with a link to a public git repository\r\nfor review. Please see the [CONTRIB](CONTRIB) file for some general guidelines\r\non submitting changes.\r\n\r\n## License\r\n\r\nThis code is licensed under the BSD 2-Clause license. The individual libraries\r\nare subject to their own licenses, which can be found in the corresponding\r\ndirectories. Please see the [LICENSE](LICENSE) file for more information.\r\n\r\n## How to build dotnet-packages\r\n\r\n### Prerequisites\r\n\r\n1. PowerShell 3.0 or above\r\n2. Net Framework 4.5 and 4.8 installed.\r\n3. Net Standard 2.0 installed.\r\n4. Visual Studio build tools for 2019 (toolsversion 16.0).\r\n\t* Go to `Edit the system environment variables`\r\n\t* Go to the `advance` tab -\u003e `Enviroment Variables...`\r\n\t* Click `Path` variable and `Edit...`\r\n\t* `Add` the location of `msbuild` e.g. `C:\\Program Files\\Microsoft Visual Studio\\2022\\Professional\\MSBuild\\Current\\Bin`\r\n5. The Windows 10.0.18362.0 SDK (included in VS 2019).\r\n6. [git](https://git-scm.com/download/win) for Windows.\r\n\r\n### Build\r\n\r\nThe libraries can be built (with patches applied) by opening a PowerShell prompt\r\nin the repo root and running:\r\n\r\n```shell\r\n.\\build.ps1 [-SnkKey \u003csnk-file\u003e] [-NugetSource \u003cpackage-sources\u003e]\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenserver%2Fdotnet-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenserver%2Fdotnet-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenserver%2Fdotnet-packages/lists"}