Problem
The C# SDK README is the thinnest of all SDK READMEs — it has a config snippet and one link, then stops:
"Next: Create and run task workers"
Two problems:
-
No Hello World — there's no working example, no install-to-running-worker flow. Compare to Python, Go, or JavaScript which all have full end-to-end examples.
-
Links to conductor-sdk org (old) — the "Next" link points to github.com/conductor-sdk/conductor-csharp, which is the old org. The current repo is conductor-oss/csharp-sdk. The link gets a 301 redirect currently, but it's pointing to the wrong place and may break.
Fix
- Add a minimal Hello World section (install → define worker → run against local OSS server)
- Update the "Next" link to
https://github.com/conductor-oss/csharp-sdk/blob/main/docs/readme/workers.md
Affects
conductor-oss/csharp-sdk README
Problem
The C# SDK README is the thinnest of all SDK READMEs — it has a config snippet and one link, then stops:
Two problems:
No Hello World — there's no working example, no install-to-running-worker flow. Compare to Python, Go, or JavaScript which all have full end-to-end examples.
Links to
conductor-sdkorg (old) — the "Next" link points togithub.com/conductor-sdk/conductor-csharp, which is the old org. The current repo isconductor-oss/csharp-sdk. The link gets a 301 redirect currently, but it's pointing to the wrong place and may break.Fix
https://github.com/conductor-oss/csharp-sdk/blob/main/docs/readme/workers.mdAffects
conductor-oss/csharp-sdkREADME