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: wiki-content/Visual-Studio.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,13 @@ flowchart LR
24
24
25
25
## Getting Started
26
26
27
-
1.**Open the solution** — Open `JobTemplate.slnx` in Visual Studio 2022+.
28
-
2.**Run the project** — Press `F5` to launch the Job Creator Template. It opens a local Blazor app with an embedded Monaco editor.
29
-
3.**Write code** — Use the editor to write and test your job code.
30
-
4.**Compile** — Click **Save & Compile** to validate the code and generate a `.nupkg` package.
27
+

28
+
29
+
1.**IMPORTANT:***Open the Job Template solution* — Open `BlazorDataOrchestrator.slnx` in Visual Studio 2022+ and Press `F5` to launch the Soution. This project must be running so the Template project has resources to connect to.
30
+
2.**Open the Job Template solution** — Open `JobTemplate.slnx` in Visual Studio 2022+.
31
+
3.**Run the project** — Press `F5` to launch the Job Creator Template. It opens a local Blazor app with an embedded Monaco editor.
32
+
4.**Write code** — Use the editor to write and test your job code.
33
+
5.**Compile** — Click **Save & Compile** to validate the code and generate a `.nupkg` package.
0 commit comments