From 0ed6610d158c195ddca8462c0e32cc036ae2e592 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Fri, 19 Jun 2026 00:07:31 +0000 Subject: [PATCH] update changelogs --- .../sdks/generators/csharp/changelog/2026-06-19.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx diff --git a/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx b/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx new file mode 100644 index 0000000000..d4315b25fc --- /dev/null +++ b/fern/products/sdks/generators/csharp/changelog/2026-06-19.mdx @@ -0,0 +1,9 @@ +## 2.68.3 +**`(fix):`** Fixed C# generation failures for APIs that declare a model type named `Test`. +The generated test project no longer emits a `{Namespace}.Test` namespace that +collides with the model type, so serialization tests compile. Also taught the +OneOf equality comparer to treat undiscriminated-union string-enum members with +the same wire value as equal, since the concrete member type is not recoverable +when deserializing. + +