2.7.4
(chore): Upgrade C# formatter csharpier to 1.2.1.
2.7.3
(fix): Refactor package dependencies in C# generation so Dynamic Snippets in the browser can work.
2.7.2
(fix): Synthesize simple values for dynamic snippets when the example is missing data.
2.7.1
(fix): Improved generation of snippets and example code for file-upload scenarios.
2.7.0
(feat): Added Generation Metadata file to output
2.6.0
(feat): Significant improvements to class/property/namespace tracking, collisions reduced.
Generated snippets and examples are far more accurate.
Resolved a case where files with duplicate names were clobbered.
Implicit namespaces are consistent across .NET frameworks now.
Eliminated unnecessary namespace and scoping in generated code.
Significant fixes to generated code for Pagination scenarios.
2.5.0
(feat): Generate section about forward-compatible enums in README.md
2.4.4
(fix): When sending the HTTP request, allow the response to start processing before the entire body is read.
2.4.3
(fix): Fix incomplete handling for boolean type.
2.4.2
(fix): Enabled SSE and JSON streaming to deserialize OneOf the same as WebSockets can.
Fixed minor nullability warnings.
2.4.1
(fix): Fix nullability issues in generated code.