Skip to content

Improve clarity and user guidance in the Teleprompter Console App tutorial #47137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jul 8, 2025

Summary

This PR implements several improvements to the Teleprompter Console App tutorial based on user feedback in issue #25876. The changes focus on making the tutorial clearer and more user-friendly, particularly around the async programming sections where users reported confusion.

Changes Made

1. Enhanced dotnet new console example

Added a concrete command prompt example showing the complete interaction:

E:\development\VSprojects>mkdir teleprompter
E:\development\VSprojects>cd teleprompter
E:\development\VSprojects\teleprompter>dotnet new console
The template "Console Application" was created successfully.
...

2. Improved async Task flow explanation

  • Moved the paragraph about creating the RunTeleprompter task to the appropriate section where it's actually implemented
  • Changed "Write one final Task..." to "Create a RunTelePrompter task..." for clarity

3. Better TelePrompterConfig.cs file creation guidance

  • Added specific filename suggestion: "For example TelePrompterConfig.cs"
  • Included the using static System.Math; statement directly in the code block
  • Updated wording from "You'll also need to add a using static statement..." to "Note the using static statement allows you to..."

4. Enhanced method parameter explanation

Added clarification about the config object parameter passing:

"The config object is being passed as a parameter to these methods. Use copy/paste to completely replace the methods with the new code here. You can see the code is using attributes and calling methods from the config object."

5. Removed confusing content

Removed the potentially confusing sentence: "This new version of ShowTeleprompter calls a new method in the TeleprompterConfig class."

Impact

These changes address the specific pain points mentioned in the issue where users missed parameter changes and had difficulty following the async programming flow. The tutorial now provides clearer step-by-step guidance with concrete examples and better explanations of the code structure.

Fixes #25876


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@BillWagner
Copy link
Member

@copilot Please start working on this again

@BillWagner
Copy link
Member

@copilot Can you start working on this again?

@BillWagner
Copy link
Member

@copilot Can you start working on this again?

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Suggestions for improving the Teleprompter Console App tutorial Improve clarity and user guidance in the Teleprompter Console App tutorial Jul 10, 2025
Copilot finished work on behalf of BillWagner July 10, 2025 20:33
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-csharp/svc fundamentals/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suggestions for improving the Teleprompter Console App tutorial
2 participants