Skip to content

Commit 37b6c02

Browse files
authored
Update instructions_to_run_generated_code.md
1 parent 26a80e5 commit 37b6c02

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

doc/user_guide/instructions_to_run_generated_code.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ TODO
4545

4646
Here are the detailed instructions for running the generated API Dash code in C# (using `HttpClient`) for macOS, Windows, and Linux:
4747

48-
4948
### 1. Setting Up the C# Development Environment
5049
#### macOS and Windows:
5150
1. **Install .NET SDK:**
@@ -57,7 +56,6 @@ Here are the detailed instructions for running the generated API Dash code in C#
5756
dotnet --version
5857
```
5958

60-
6159
#### Linux:
6260
1. **Install .NET SDK:**
6361
- Run the following commands based on your distribution:
@@ -76,7 +74,7 @@ Here are the detailed instructions for running the generated API Dash code in C#
7674
dotnet --version
7775
```
7876

79-
### 2. Preparing HttpClient
77+
### 2. Preparing a Project
8078

8179
#### In Visual Studio:
8280
1. **Create a New Project:**
@@ -105,9 +103,6 @@ Once you have .NET(C#) and `HttpClient` installed, follow these steps to execute
105103
2. **Copy the generated code** 📋 from API Dash.
106104
3. **Paste the code** into your project. ex) prgoram.cs
107105

108-
109-
### 4. Running the Project
110-
111106
#### In Visual Studio:
112107
1. Click the **Start Debugging (F5)** button from the top menu to run the project.
113108
2. The output window will display the API response.
@@ -118,10 +113,6 @@ Once you have .NET(C#) and `HttpClient` installed, follow these steps to execute
118113
dotnet run
119114
```
120115

121-
122-
123-
124-
125116
## C# (RestSharp)
126117

127118
TODO

0 commit comments

Comments
 (0)