File tree Expand file tree Collapse file tree
aspnetcore/blazor/security/includes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,10 +105,14 @@ A functioning app may fail immediately after upgrading either the .NET Core SDK
105105
106106### Start the solution
107107
108- When testing and troubleshooting Blazor Web App, make sure that :
108+ Blazor Web Apps :
109109
110- * For one of the Backend-for-Frontend (BFF) pattern sample apps that you start the solution from the *** ` Aspire/Aspire.AppHost ` project*** .
111- * For one of the non-BFF pattern sample apps that you start the solution from the *** server project*** .
110+ * For one of the Backend-for-Frontend (BFF) pattern sample solutions, start the solution from the *** ` Aspire/Aspire.AppHost ` project*** .
111+ * For one of the non-BFF pattern sample solutions, start the solution from the *** server project*** .
112+
113+ Blazor Server solutions:
114+
115+ Start the solution from the *** server project*** .
112116
113117### Inspect the user
114118
You can’t perform that action at this time.
0 commit comments