{"id":28703037,"url":"https://github.com/octopusdeploy/openfeature-provider-dotnet","last_synced_at":"2026-02-02T01:01:34.718Z","repository":{"id":296785651,"uuid":"791088138","full_name":"OctopusDeploy/openfeature-provider-dotnet","owner":"OctopusDeploy","description":"An OctopusDeploy dotnet OpenFeature provider","archived":false,"fork":false,"pushed_at":"2026-01-20T09:29:02.000Z","size":79,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-20T13:30:26.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/OctopusDeploy.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":"2024-04-24T04:30:03.000Z","updated_at":"2026-01-20T09:18:23.000Z","dependencies_parsed_at":"2025-06-02T11:48:18.951Z","dependency_job_id":"7588068e-a145-439a-8795-00f6ab6a43e8","html_url":"https://github.com/OctopusDeploy/openfeature-provider-dotnet","commit_stats":null,"previous_names":["octopusdeploy/openfeature-provider-dotnet","octopusdeploy/openfeature-dotnet"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/OctopusDeploy/openfeature-provider-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fopenfeature-provider-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fopenfeature-provider-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fopenfeature-provider-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fopenfeature-provider-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OctopusDeploy","download_url":"https://codeload.github.com/OctopusDeploy/openfeature-provider-dotnet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OctopusDeploy%2Fopenfeature-provider-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28998208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"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":"2025-06-14T13:06:26.728Z","updated_at":"2026-02-02T01:01:34.662Z","avatar_url":"https://github.com/OctopusDeploy.png","language":"C#","readme":"# Octopus Deploy OpenFeature provider for .NET  \n\nThe OctopusDeploy .NET [OpenFeature provider\n](https://openfeature.dev/docs/reference/concepts/provider/)\n\n## About Octopus Deploy \n\n[Octopus Deploy](https://octopus.com) is a sophisticated, best-of-breed continuous delivery (CD) platform for modern software teams. Octopus offers powerful release orchestration, deployment automation, and runbook automation, while handling the scale, complexity and governance expectations of even the largest organizations with the most complex deployment challenges.\n\n## Supported .NET Versions\nThis SDK is currently built for .NET 8.0, meaning it will run on .NET 8.0 and above. \n\nIf you require support for additional versions, please raise an issue.\n\n## Getting Started\n\n### Installation\n\n```\ndotnet add package OpenFeature  \ndotnet add package Octopus.OpenFeature\n```\n\n### Usage \n\n```c#\nvar clientIdentifier = Environment.GetEnvironmentVariable(\"Octopus__Features__ClientIdentifier\");\n\nvar provider = new OctopusFeatureProvider(new OctopusFeatureConfiguration(clientIdentifier));\n\nawait OpenFeature.Api.Instance.SetProviderAsync(provider);\n\nvar client = OpenFeature.Api.Instance.GetClient();\n\nif (await client.GetBooleanValue(\"to-the-moon-feature\", false))\n{\n  Console.WriteLine(\"🚀🚀🚀\");\n}\n```\n\nFor information on using the OpenFeature client please refer to the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api/).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctopusdeploy%2Fopenfeature-provider-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctopusdeploy%2Fopenfeature-provider-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctopusdeploy%2Fopenfeature-provider-dotnet/lists"}