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
@@ -194,7 +192,7 @@ In the **BlazorSignalRApp.Server** project, create a *Hubs* (plural) folder and
194
192
195
193
# [Visual Studio](#tab/visual-studio)
196
194
197
-
1. In **Solution Explorer**, select the **BlazorSignalRApp.Server** project. Press **Ctrl+F5** to run the app without debugging.
195
+
1. In **Solution Explorer**, select the **BlazorSignalRApp.Server** project. Press <kbd>F5</kbd> to run the app with debugging or <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the app without debugging.
198
196
199
197
1. Copy the URL from the address bar, open another browser instance or tab, and paste the URL in the address bar.
200
198
@@ -206,7 +204,13 @@ In the **BlazorSignalRApp.Server** project, create a *Hubs* (plural) folder and
206
204
207
205
# [Visual Studio Code](#tab/visual-studio-code)
208
206
209
-
1. Select **Debug** > **Run Without Debugging** from the toolbar.
207
+
1. When VS Code offers to create a launch profile for the Server app (*.vscode/launch.json*), the `program` entry appears similar to the following to point to the app's assembly (`{APPLICATION NAME}.Server.dll`):
1. Press <kbd>F5</kbd> to run the app with debugging or <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the app without debugging.
210
214
211
215
1. Copy the URL from the address bar, open another browser instance or tab, and paste the URL in the address bar.
212
216
@@ -218,7 +222,7 @@ In the **BlazorSignalRApp.Server** project, create a *Hubs* (plural) folder and
218
222
219
223
# [Visual Studio for Mac](#tab/visual-studio-mac)
220
224
221
-
1. In the **Solution** sidebar, select the **BlazorSignalRApp.Server** project. From the menu, select **Run** > **Start Without Debugging**.
225
+
1. In the **Solution** sidebar, select the **BlazorSignalRApp.Server** project. Press <kbd>⌘</kbd>+<kbd>↩</kbd>** to run the app with debugging or <kbd>⌥</kbd>+<kbd>⌘</kbd>+<kbd>↩</kbd> to run the app without debugging.
222
226
223
227
1. Copy the URL from the address bar, open another browser instance or tab, and paste the URL in the address bar.
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/signalr-blazor-webassembly/samples/3.x/BlazorSignalRApp/Client/BlazorSignalRApp.Client.csproj
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/signalr-blazor-webassembly/samples/3.x/BlazorSignalRApp/Server/BlazorSignalRApp.Server.csproj
0 commit comments