Skip to content

Fix Part 6 namespace in workshop-testing skill known quirks - #596

Merged
jongalloway merged 1 commit into
dotnet-presentations:mainfrom
ShiyunXu:fix/skill-part6-namespace
Aug 26, 2026
Merged

Fix Part 6 namespace in workshop-testing skill known quirks#596
jongalloway merged 1 commit into
dotnet-presentations:mainfrom
ShiyunXu:fix/skill-part6-namespace

Conversation

@ShiyunXu

Copy link
Copy Markdown
Contributor

The known-quirks list in .github/skills/workshop-testing/SKILL.md said the Part 6 snapshot uses namespace MyMcpServer.Tools;. The actual code in Part 06 - Enhanced MCP Server/ContosoOrdersMcpServer/Tools/ContosoOrdersTools.cs uses namespace ContosoOrdersMcpServer.Tools; (MyMcpServer.Tools is Part 5).

One-line doc fix.

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

ContosoOrdersTools.cs uses namespace ContosoOrdersMcpServer.Tools,
not MyMcpServer.Tools.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongalloway
jongalloway merged commit 7fe4529 into dotnet-presentations:main Aug 26, 2026
2 of 3 checks passed
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