Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


## 3.34.0
**`(feat):`** Updates the SDK snippet generation to use dynamic snippets by default. To disable, set `experimental.dynamic-snippets` to `false` in your `docs.yml` file.
**`(feat):`** Updates the SDK snippet generation to use dynamic snippets by default. To disable, set `experimental.dynamicSnippets` to `false` in your `docs.yml` file.


4 changes: 4 additions & 0 deletions fern/products/sdks/overview/csharp/changelog/2026-01-28.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.19.4
**`(fix):`** Fix missing `[Optional]` and/or `Nullable` attributes on generated properties with defaults.


## 2.19.3
**`(fix):`** Fully unwrap optional-nullable wrappers when generating undiscriminated unions.

Expand Down