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 6fd8fa0 commit 32454ecCopy full SHA for 32454ec
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx
@@ -1,3 +1,11 @@
1
+## 2.53.0
2
+**`(fix):`** Enforce `global::` prefix on all `System` namespace references in generated code.
3
+This prevents CS0118/CS0426 compile errors when customer projects define a type or
4
+namespace named `System` (e.g., root namespace `Foo.Net` with a class `System`).
5
+All `using System.*` directives and inline `System.*` type references now use
6
+`global::System.*`. A CI validation script in seed.yml enforces this going forward.
7
+
8
9
## 2.52.0
10
**`(feat):`** Conditionally emit System.Text.Json as a PackageReference only when
11
targeting pre-net8.0 TFMs (netstandard2.0, net462). The package is
0 commit comments