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 b61d483 commit 59a6f70Copy full SHA for 59a6f70
fern/products/sdks/overview/csharp/changelog/2025-08-18.mdx
@@ -0,0 +1,10 @@
1
+## 2.1.12
2
+**`(fix):`** Add support for configuration 'experimental-fully-qualified-namespaces' to
3
+generate explicit types everywhere.
4
+Add support for `experimental-dotnet-format` to have `dotnet format` reduce
5
+namespaces and namespace prefixes. (this can take a large amount of memory)
6
+This creates code that is much cleaner, and can easily support
7
+multiple endpoints with identical names in the generated code without
8
+name or namespace collisions.
9
+
10
0 commit comments