We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b175742 commit e0ee9b3Copy full SHA for e0ee9b3
1 file changed
fern/products/sdks/overview/csharp/changelog/2026-04-03.mdx
@@ -0,0 +1,14 @@
1
+## 2.56.5
2
+**`(fix):`** Fix mock server test generation to omit null values for non-nullable
3
+properties in inlined request bodies, matching the SDK's
4
+JsonIgnoreCondition.WhenWritingNull serialization behavior. When
5
+enableExplicitNullableOptional is disabled (default), all nulls are
6
+now unconditionally omitted from expected request JSON.
7
+
8
9
+**`(fix):`** Fix pagination test build errors (CS8411) when generatePaginatedClients
10
+is disabled. The test generator now checks the config flag before emitting
11
+`await foreach` code, preventing attempts to iterate over plain response
12
+types that do not implement IAsyncEnumerable.
13
14
0 commit comments