From 274346e5f82bdb465e633a86842c69ac41df4698 Mon Sep 17 00:00:00 2001 From: Harun Gachanja Gitundu Date: Thu, 7 Jul 2022 10:57:23 +0300 Subject: [PATCH] Feature (Disable Top-level Statements) What does this PR do? Disable the use of top-level statements option that appears on the Additional Information window. Screenshots? Branch Name? --- docs/tutorials/_shared/setup-vs2022/01-create-project.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/tutorials/_shared/setup-vs2022/01-create-project.md b/docs/tutorials/_shared/setup-vs2022/01-create-project.md index 986dd14..0d7af84 100644 --- a/docs/tutorials/_shared/setup-vs2022/01-create-project.md +++ b/docs/tutorials/_shared/setup-vs2022/01-create-project.md @@ -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. +::: + + ![Additional information](additional-info.webp) Once the project is ready, create the following subfolders in your project folder: