Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/tutorials/_shared/setup-vs2022/01-create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Name the project any way you want:

Choose the _.NET 6.0 (Long-term support)_ framework, and disable HTTPS as we don't need it for now:

:::caution
Disable the use of top-level statements if it appears on the `Additional Information` window.
:::
Copy link
Collaborator

Choose a reason for hiding this comment

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

The wording makes it sound like we're asking the reader to disable top-level statements which is exactly the opposite of what we want to do :) I would suggest something like We are using top-level statements in our examples, so if you see a checkbox saying "Don't use top-level statements", make sure it is unchecked..

Copy link
Collaborator

Choose a reason for hiding this comment

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

@Arrotech have you had a chance to follow up on this?



![Additional information](additional-info.webp)

Once the project is ready, create the following subfolders in your project folder:
Expand Down