We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fb9a7 commit c4998f8Copy full SHA for c4998f8
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx
@@ -1,3 +1,17 @@
1
+## 2.30.0
2
+**`(feat):`** Add `sln-format` configuration option. Set to `"sln"` to generate both a legacy
3
+`.sln` solution file and the modern `.slnx` file. The default value `"slnx"` generates
4
+only the `.slnx` file. This is useful for teams that need compatibility with older
5
+.NET tooling or CI systems that do not yet support the `.slnx` format.
6
+
7
+```yaml
8
+generators:
9
+ - name: fernapi/fern-csharp-sdk
10
+ config:
11
+ sln-format: sln
12
+```
13
14
15
## 2.29.0
16
**`(feat):`** Rework enum JSON serialization to eliminate reflection. Each enum now gets
17
a generated serializer with static dictionary lookups instead of the generic
0 commit comments