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
- Install [Node.js](https://nodejs.org/download/) 20 or above. (Verify by running `node --version`)
4
+
- Install [**.NET 8.0 SDK**](https://dotnet.microsoft.com/download/dotnet/8.0) for your specific platform. (or a higher version)
5
+
6
+
### Customizing Generated Code
7
+
8
+
For detailed instructions on how to customize the generated C# code, see the [Customization Guide](https://github.com/microsoft/typespec/blob/main/packages/http-client-csharp/.tspd/docs/customization.md).
Copy file name to clipboardExpand all lines: eng/packages/http-client-csharp/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,17 @@ TypeSpec library for emitting Azure libraries for C#.
8
8
npm install @azure-typespec/http-client-csharp
9
9
```
10
10
11
+
## Usage
12
+
13
+
### Prerequisite
14
+
15
+
- Install [Node.js](https://nodejs.org/download/) 20 or above. (Verify by running `node --version`)
16
+
- Install [**.NET 8.0 SDK**](https://dotnet.microsoft.com/download/dotnet/8.0) for your specific platform. (or a higher version)
17
+
18
+
### Customizing Generated Code
19
+
20
+
For detailed instructions on how to customize the generated C# code, see the [Customization Guide](https://github.com/microsoft/typespec/blob/main/packages/http-client-csharp/.tspd/docs/customization.md).
0 commit comments