2.68.12

(fix): Generated request paths no longer contain duplicate slashes when an endpoint's API/service base-paths join into an empty segment (e.g. a service base-path: /). The client now requests…

2.68.11

(fix): Fixed a C# compile error (CS0102) for discriminated unions whose discriminant property name collides with one of the union's variant type names. The colliding nested variant type is now…

2.68.10

(fix): Fix a compile error in the generated raw-client retry tests when an API defines a model named StreamRequest. The test now references the Core streaming request type via its fully qualified…

2.68.9

(fix): Generate URI/path pagination endpoints as regular (unpaged) methods instead of skipping them. Previously these endpoints were omitted from the client entirely, leaving generated example…

2.68.8

(fix): Fixed serialization of discriminated union members that have no properties. Such members now represent their value as a nullable object so they round-trip correctly with only their…

2.68.7

(fix): Fixed request URLs for endpoints with enum-typed path parameters and for multi-value query parameters whose element type is a complex type (e.g. an undiscriminated union). Multi-value query…

2.68.6

(fix): Fix generated code for literal-typed values. Literal path parameters are now emitted as required arguments in dynamic snippets even when generate-literals is enabled, and mock server tests now…

2.68.5

(fix): Fixed compilation of generated dynamic-snippet tests when exported-client-class-name is set. The exported client class name is a docs-only override that names a customer-provided wrapper class…