You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dotnet-aspire/README.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -124,14 +124,14 @@ This dev container template includes multiple tasks that can help with common ac
124
124
1. To open the Command Palette, press <kbd>F1</kbd> or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>. Type **Run Task** and select **Tasks: Run Task**.
125
125

126
126
1. Choose one of the tasks you want to run from the built-in list included in this Dev Container template.
This task is optional, however it can help you to become familiar with the sample `Library` database tables and data included in this dev container template.
132
132
133
133
From the built-in tasks included in this dev container template, select `1. Verify database schema and data` to run this task.
Select `Continue without scanning the task output` when prompted.
137
137

@@ -150,7 +150,7 @@ The results of the SQL script will be displayed in the output window.
150
150
This task is optional, but it's useful to verify the database schema. You can use this SQL Database project to make changes to the database schema and deploy it to the SQL Server container.
151
151
152
152
From the built-in tasks, select `2. Build SQL Database project` to run this task.
Select `Continue without scanning the task output` when prompted.
167
167

@@ -175,11 +175,20 @@ It utilizes the `SqlPackage` command-line utility to update the database schema
175
175
176
176
##### 4. Update .NET SDK
177
177
178
-
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET project. This task runs the command `dotnet dev-certs https --trust`.
178
+
From the built-in tasks included in this dev container template, select `4. Update .NET SDK` to run this task.
This task is designed to ensure that the .NET SDK workloads are up-to-date within your development environment. Keeping the SDK updated helps in maintaining compatibility with the latest features and security updates provided by .NET.
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET Aspire project. This task runs the command `dotnet dev-certs https --trust`.
Copy file name to clipboardExpand all lines: src/dotnet/README.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -124,14 +124,14 @@ This dev container template includes multiple tasks that can help with common ac
124
124
1. To open the Command Palette, press <kbd>F1</kbd> or <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>. Type **Run Task** and select **Tasks: Run Task**.
125
125

126
126
1. Choose one of the tasks you want to run from the built-in list included in this Dev Container template.
This task is optional, however it can help you to become familiar with the sample `Library` database tables and data included in this dev container template.
132
132
133
133
From the built-in tasks included in this dev container template, select `1. Verify database schema and data` to run this task.
Select `Continue without scanning the task output` when prompted.
137
137

@@ -149,8 +149,8 @@ The results of the SQL script will be displayed in the output window.
149
149
150
150
This task is optional, but it's useful to verify the database schema. You can use this SQL Database project to make changes to the database schema and deploy it to the SQL Server container.
151
151
152
-
From the built-in tasks, select `2. Build SQL Database project` to run this task.
Select `Continue without scanning the task output` when prompted.
167
167

@@ -175,7 +175,14 @@ It utilizes the `SqlPackage` command-line utility to update the database schema
175
175
176
176
##### 4. Trust HTTPS certificate for .NET
177
177
178
-
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET project. This task runs the command `dotnet dev-certs https --trust`.
178
+
From the built-in tasks included in this dev container template, select `5. Trust HTTPS certificate for .NET` to run this task.
Select `Continue without scanning the task output` when prompted.
182
+

183
+
184
+
This task is optional, however it can be helpful to trusts the local HTTPS certificate for your .NET Aspire project. This task runs the command `dotnet dev-certs https --trust`.
0 commit comments