Skip to content
Merged
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
@@ -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.


Loading