{"id":30144110,"url":"https://github.com/conductor-oss/csharp-sdk","last_synced_at":"2025-08-11T07:37:53.934Z","repository":{"id":40244644,"uuid":"470253609","full_name":"conductor-oss/csharp-sdk","owner":"conductor-oss","description":"The conductor-csharp repository provides the client SDKs to build task workers in C#","archived":false,"fork":false,"pushed_at":"2025-07-15T16:44:32.000Z","size":1726,"stargazers_count":49,"open_issues_count":3,"forks_count":18,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-22T07:34:15.320Z","etag":null,"topics":["conductor","csharp","sdk","worker","workflow"],"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/conductor-oss.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}},"created_at":"2022-03-15T16:56:51.000Z","updated_at":"2025-07-15T16:44:38.000Z","dependencies_parsed_at":"2023-12-14T06:27:03.308Z","dependency_job_id":"21265199-4f48-4b5d-83b8-25c8c1ed9736","html_url":"https://github.com/conductor-oss/csharp-sdk","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/conductor-oss/csharp-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fcsharp-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fcsharp-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fcsharp-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fcsharp-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conductor-oss","download_url":"https://codeload.github.com/conductor-oss/csharp-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conductor-oss%2Fcsharp-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269849549,"owners_count":24485153,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["conductor","csharp","sdk","worker","workflow"],"created_at":"2025-08-11T07:37:48.554Z","updated_at":"2025-08-11T07:37:53.919Z","avatar_url":"https://github.com/conductor-oss.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conductor OSS C# SDK\n\n[![CI](https://github.com/conductor-oss/csharp-sdk/actions/workflows/pull_request.yml/badge.svg)](https://github.com/conductor-oss/csharp-sdk/actions)\n[![Coverage](https://codecov.io/gh/conductor-oss/csharp-sdk/branch/main/graph/badge.svg?token=AXNN6NU99Y)](https://codecov.io/gh/conductor-oss/csharp-sdk)\n\nThe conductor-csharp repository provides the client SDKs to build task workers in C#.\n\nBuilding the task workers in C# mainly consists of the following steps:\n\n1. Setup `conductor-csharp` package\n1. Create and run task workers\n1. Create workflows using code\n1. API Documentation\n\n## ⭐ Conductor OSS\nShow support for the Conductor OSS.  Please help spread the awareness by starring Conductor repo.\n\n[![GitHub stars](https://img.shields.io/github/stars/conductor-oss/conductor.svg?style=social\u0026label=Star\u0026maxAge=)](https://GitHub.com/conductor-oss/conductor/)\n\n   \n### Setup Conductor C# Package​\n\n```shell\ndotnet add package conductor-csharp\n```\n\n## Configurations\n\n### Authentication Settings (Optional)\nConfigure the authentication settings if your Conductor server requires authentication.\n* keyId: Key for authentication.\n* keySecret: Secret for the key.\n\n```csharp\nauthenticationSettings: new OrkesAuthenticationSettings(\n    KeyId: \"key\",\n    KeySecret: \"secret\"\n)\n```\n\n### Access Control Setup\nSee [Access Control](https://orkes.io/content/docs/getting-started/concepts/access-control) for more details on role-based access control with Conductor and generating API keys for your environment.\n\n### Configure API Client\n```csharp\nusing Conductor.Api;\nusing Conductor.Client;\nusing Conductor.Client.Authentication;\n\nvar configuration = new Configuration() {\n    BasePath = basePath,\n    AuthenticationSettings = new OrkesAuthenticationSettings(\"keyId\", \"keySecret\")\n};\n\nvar workflowClient = configuration.GetClient\u003cWorkflowResourceApi\u003e();\n\nworkflowClient.StartWorkflow(\n    name: \"test-sdk-csharp-workflow\",\n    body: new Dictionary\u003cstring, object\u003e(),\n    version: 1\n)\n```\n\n### Next: [Create and run task workers](https://github.com/conductor-sdk/conductor-csharp/blob/main/docs/readme/workers.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconductor-oss%2Fcsharp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconductor-oss%2Fcsharp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconductor-oss%2Fcsharp-sdk/lists"}