Skip to content

Commit 6417bfb

Browse files
authored
Update index.md
1 parent 7082d89 commit 6417bfb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ if you prefer to use C# for testing, some extension methods are provided to use
7878

7979
`GETJ, PUTJ, POSTJ, DELETEJ`
8080

81+
Remember to add this snippet at the end of your `Program.cs` file for the `TestClient` to be able to pick up your configuration:
82+
83+
```csharp
84+
// Program.cs
85+
86+
// ... all your code, until end of file.
87+
88+
public partial class Program { }
89+
```
90+
8191
If you want to access more overloads, you can access the inspect `TestClient<T>` members and create your custom extension methods easilly.
8292

8393
```csharp

0 commit comments

Comments
 (0)