Skip to content
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

Add "Using System;" line to default C# script #9333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brgillis
Copy link

@brgillis brgillis commented May 6, 2024

This line appears in the default created script, but was missing the section showing what we should expect to see.

This line appears in the default created script, but was missing the section showing what we should expect to see.
@raulsntos raulsntos added enhancement topic:dotnet area:getting started Issues and PRs related to the Getting Started section of the documentation labels May 7, 2024
Copy link
Member

@raulsntos raulsntos left a comment

Choose a reason for hiding this comment

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

Thanks for contributing to the .NET documentation!

We usually don't add unused usings to code snippets, but in this case since this is the first script tutorial it makes sense to match the exact contents of the template to avoid confusing beginners.

We should also change the Complete script code snippet in line 330:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:getting started Issues and PRs related to the Getting Started section of the documentation enhancement topic:dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants