{"id":13840070,"url":"https://github.com/deislabs/cnab-netstandard","last_synced_at":"2025-07-11T07:32:09.290Z","repository":{"id":96911714,"uuid":"168501112","full_name":"deislabs/cnab-netstandard","owner":"deislabs","description":".NET Standard 2.0 Client Library for CNAB","archived":true,"fork":false,"pushed_at":"2019-02-24T00:29:52.000Z","size":50,"stargazers_count":12,"open_issues_count":11,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T17:24:40.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cnab.io","language":"C#","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/deislabs.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}},"created_at":"2019-01-31T09:47:20.000Z","updated_at":"2024-01-02T23:03:04.000Z","dependencies_parsed_at":"2023-04-26T06:10:31.424Z","dependency_job_id":null,"html_url":"https://github.com/deislabs/cnab-netstandard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deislabs%2Fcnab-netstandard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deislabs%2Fcnab-netstandard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deislabs%2Fcnab-netstandard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deislabs%2Fcnab-netstandard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deislabs","download_url":"https://codeload.github.com/deislabs/cnab-netstandard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225705192,"owners_count":17511242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-08-04T17:00:41.527Z","updated_at":"2024-11-21T09:30:53.709Z","avatar_url":"https://github.com/deislabs.png","language":"C#","funding_links":[],"categories":["CNAB"],"sub_categories":[],"readme":"# .NET Standard 2.0 Client Library for [CNAB](https://github.com/deislabs/cnab-spec)\n\nWork in Progress library for working with Cloud Native Application Bundles in C#.\n\n## Usage\n\n```csharp\nstatic async Task Main(string[] args)\n{\n    var bundle = await Bundle.LoadUnsignedAsync(\"bundles/thin-bundle.json\");\n\n    Console.WriteLine(\n        JsonConvert.SerializeObject(bundle, Formatting.Indented));\n}\n```\n\n## Contributing\n\nIn order to contribute to this project, you need .NET Core SDK 2.2:\n\n```bash\n$ dotnet --version\n2.2.103\n\n$ dotnet build\n\n$ cd examples \u0026\u0026 dotnet run\nAn example 'thin' helloworld Cloud-Native Application Bundle\n```\n\nIf you want to contribute, any of the following is a great starting point:\n\n- adding unit tests\n- building invocation images\n- installing bundles\n- adding support for claims and signing.\n\nThe [CNAB Specification](https://github.com/deislabs/cnab-spec) and [Duffle, the reference implementation](https://github.com/deislabs/duffle) are a great starting point. Also make sure to check [Porter](https://github.com/deislabs/porter) and [Docker App](https://github.com/garethr/docker-app-cnab-examples).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeislabs%2Fcnab-netstandard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeislabs%2Fcnab-netstandard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeislabs%2Fcnab-netstandard/lists"}