🌿 ✨ [Scheduled] Upgrade Fern C# SDK Generator: (csharp-sdk)
#174
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading from
1.9.11to1.9.15- Changelog1.9.15fix:Change unpaged endpoints from internal to private to avoid ambiguous references in test projects who have access to internals.fix:Fix an issue where enum values namedEqualswould always have be converted to"Equals"instead of their correct wire value.feat:Increase test performance by parallelizing tests and setting HTTP request retry delay to 0.1.9.14fix:Add support for nullable undiscriminated unions (OneOf<X, Y, Z>?), and add tests for undiscriminated unions.1.9.13internal:Miscellaneous improvement for the C# generator.ConfigureAwait(false)on TasksEnumerable<T>.Emptyinstead of creating a new empty list#nullable enabledirectives1.9.12fix:Change serialization logic for headers and querystring parameters:trueandfalseinstead ofTrueandFalse.fix:Only use.Valueon nullable structs when serializing parameters to headers and querystring parameters.