Skip to content

Commit 32454ec

Browse files
Update changelogs from fern repo (#4505)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent 6fd8fa0 commit 32454ec

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-20.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 2.52.0
210
**`(feat):`** Conditionally emit System.Text.Json as a PackageReference only when
311
targeting pre-net8.0 TFMs (netstandard2.0, net462). The package is

0 commit comments

Comments
 (0)