Skip to content

Add Rust (and C#) to SDK language lists across docs#1349

Merged
stephentoub merged 2 commits into
mainfrom
stephentoub/legendary-umbrella
May 20, 2026
Merged

Add Rust (and C#) to SDK language lists across docs#1349
stephentoub merged 2 commits into
mainfrom
stephentoub/legendary-umbrella

Conversation

@stephentoub
Copy link
Copy Markdown
Collaborator

Several documentation files, READMEs, and copilot instruction files listed the supported SDK languages (TypeScript, Python, Go, .NET) but omitted Rust. A few test scenario docs also omitted C# despite having C# implementations already present.

Approach

Audited all markdown/documentation files for language listings and updated them to include Rust. For test scenario docs (test/scenarios/), also added C# since those directories already contain csharp/ implementations.

Files updated

  • Repo-level docs -- CONTRIBUTING.md, .github/copilot-instructions.md
  • Feature/integration docs -- docs/features/index.md, docs/integrations/microsoft-agent-framework.md, docs/observability/opentelemetry.md, docs/troubleshooting/mcp-debugging.md
  • Test scenario docs -- test/scenarios/README.md, test/scenarios/transport/README.md, test/scenarios/prompts/attachments/README.md
  • Test data -- test/scenarios/prompts/attachments/sample-data.txt

Notes

  • CHANGELOG.md ("all four SDKs" in v0.2.1) was intentionally left unchanged since it is a historical record of that release.
  • Three .github/workflows/*.md files referenced in the initial audit do not exist in this branch; they may live on main or in a different location.

Update documentation, READMEs, copilot instructions, and test scenario
files to include Rust in all language listings where it was missing.
Also add C# to test scenario docs where implementations already exist
but were not listed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@stephentoub stephentoub requested a review from a team as a code owner May 20, 2026 18:22
Copilot AI review requested due to automatic review settings May 20, 2026 18:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository and scenario documentation to reflect Rust as a supported SDK language (and C# in scenario docs where implementations already exist), keeping language lists consistent across the docs surface.

Changes:

  • Add Rust to supported-language lists across repo/docs files.
  • Update E2E scenario docs to include C# and Rust in language listings.
  • Update attachment scenario sample data to include C# and Rust.
Show a summary per file
File Description
CONTRIBUTING.md Adds Rust to the repo’s supported SDK language list.
.github/copilot-instructions.md Updates “Big picture” language list to include Rust.
docs/features/index.md Adds Rust to the supported-language list on the features landing page.
docs/integrations/microsoft-agent-framework.md Adds Rust to the list of languages that should use the core SDK directly (no MAF package).
docs/observability/opentelemetry.md Adds Rust column to the TelemetryConfig options table.
docs/troubleshooting/mcp-debugging.md Adds Rust as an example MCP server type when collecting diagnostics.
test/scenarios/README.md Expands scenario language listing and toolchain prerequisites to include C#/.NET and Rust.
test/scenarios/transport/README.md Updates transport matrix and prerequisites to include C#/.NET and Rust.
test/scenarios/prompts/attachments/README.md Updates expected output and embedded sample-data snippet to include C# and Rust.
test/scenarios/prompts/attachments/sample-data.txt Updates the attachment content to include C# and Rust in the language list.

Copilot's findings

  • Files reviewed: 10/10 changed files
  • Comments generated: 5

Comment thread test/scenarios/transport/README.md Outdated
Comment thread test/scenarios/README.md
Comment thread test/scenarios/README.md Outdated
Comment thread docs/features/index.md Outdated
Comment thread docs/observability/opentelemetry.md
… add Rust OTel example

- Fix Python version from 3.10+ to 3.11+ in scenario prerequisite docs
  (matches pyproject.toml requires-python >= 3.11)
- Soften docs/features/index.md wording to 'where available' since not
  all guides have Rust examples yet
- Add Rust TelemetryConfig snippet to opentelemetry.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@stephentoub stephentoub merged commit 0f4d7ce into main May 20, 2026
38 checks passed
@stephentoub stephentoub deleted the stephentoub/legendary-umbrella branch May 20, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants