Skip to content

Commit c711027

Browse files
committed
docs update
1 parent 201baba commit c711027

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/BlazorOrchestrator.Agent/BlazorOrchestrator.Agent.csproj.lscache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Worker.cs
480480
polly.core/8.6.5/lib/net8.0/Polly.Core.dll
481481
polly.extensions/8.4.2/lib/net8.0/Polly.Extensions.dll
482482
polly.ratelimiting/8.4.2/lib/net8.0/Polly.RateLimiting.dll
483-
radzen.blazor/10.2.1/lib/net10.0/Radzen.Blazor.dll
483+
radzen.blazor/10.2.2/lib/net10.0/Radzen.Blazor.dll
484484
semver/3.0.0/lib/net5.0/Semver.dll
485485
streamjsonrpc/2.22.23/lib/net8.0/StreamJsonRpc.dll
486486
system.clientmodel/1.9.0/lib/net10.0/System.ClientModel.dll

wiki-content/Visual-Studio.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ flowchart LR
2424

2525
## Getting Started
2626

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+
![Editor](images/Editor-image.png)
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.
3134

3235
---
3336

90.5 KB
Loading

0 commit comments

Comments
 (0)