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 b2d3bef commit efd04b2Copy full SHA for efd04b2
fern/products/sdks/overview/csharp/changelog/2025-08-18.mdx
@@ -1,6 +1,6 @@
1
## 2.1.12
2
**`(fix):`** Add support for configuration 'experimental-fully-qualified-namespaces' to
3
-generate explicit types everywhere.
+generate fully qualified typenames and namespaces.
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
fern/products/sdks/overview/csharp/changelog/2025-08-19.mdx
@@ -0,0 +1,5 @@
+## 2.1.13
+**`(fix):`** Ensure `experimental-fully-qualified-namespaces` to have
+'global::' prefix.
+
0 commit comments