From 49a873119fb95ed0020b871f0cc28ed127b42c46 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Wed, 9 Jul 2025 16:17:25 -0400 Subject: [PATCH] add c# config --- .../sdks/overview/dotnet/configuration.mdx | 72 ++++++++++++++++++- 1 file changed, 70 insertions(+), 2 deletions(-) diff --git a/fern/products/sdks/overview/dotnet/configuration.mdx b/fern/products/sdks/overview/dotnet/configuration.mdx index 93b333976..5c5b501ff 100644 --- a/fern/products/sdks/overview/dotnet/configuration.mdx +++ b/fern/products/sdks/overview/dotnet/configuration.mdx @@ -3,6 +3,74 @@ title: .NET Configuration description: Configuration options for the Fern .NET SDK. --- -Discover how to configure the Fern .NET SDK for your project. +You can customize the behavior of the C#/.NET SDK generator in `generators.yml`: -This page is a WIP, please refer to our previous [documentation](https://buildwithfern.com/learn/sdks/reference/configuration). \ No newline at end of file +```yml {7-8} +default-group: local +groups: + local: + generators: + - name: fernapi/fern-typescript-sdk + version: + config: + client_class_name: YourApiClient +``` + +## SDK configuration options + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file