Add Rust (and C#) to SDK language lists across docs#1349
Merged
Conversation
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>
Contributor
There was a problem hiding this comment.
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
… 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 containcsharp/implementations.Files updated
CONTRIBUTING.md,.github/copilot-instructions.mddocs/features/index.md,docs/integrations/microsoft-agent-framework.md,docs/observability/opentelemetry.md,docs/troubleshooting/mcp-debugging.mdtest/scenarios/README.md,test/scenarios/transport/README.md,test/scenarios/prompts/attachments/README.mdtest/scenarios/prompts/attachments/sample-data.txtNotes
CHANGELOG.md("all four SDKs" in v0.2.1) was intentionally left unchanged since it is a historical record of that release..github/workflows/*.mdfiles referenced in the initial audit do not exist in this branch; they may live onmainor in a different location.