Niels Swimberghe
Niels Swimberghe
**Is your feature request related to a problem? Please describe.** You can set `auth: true` on endpoints and on services, but not API wide. Our entire API requires auth. **Describe...
### Motivation and Context ### Description By using the SDK, users can use the `TranscriptOptionalParams` class from the SDK to pass parameters to the AssemblyAI transcription endpoint. ### Contribution Checklist...
When `` are used inside of summary or code example XML docs, the XML doc is invalid. This PR HTML encodes the contents before putting it in the XML doc....
- Add IStringEnum as an interface - Generate string enums for all enums - Add StringEnumSerializer - Rename existing StringEnumSerializer to EnumSerializer - Add feature flag to opt-out of the...
## Description Only generate custom pager for csharp-sdk, not csharp-model ## Testing - [x] Unit tests added/updated - [x] Manual testing completed
**Describe the bug** Because `DateOnly` is present on both the `System` and `System.Text.Json` namespace. Existing code needs to be de-conflicted by including the full namespace. **To Reproduce** ```cs using System.Text.Json;...
I need to add a custom comparer, but I cannot modify the individual test code as that part is generated, so I can't add `.Using(new CustomComparer())` to the tests myself....
We enjoy using OneOf and are also using OneOf.Extended. Unfortunately, OneOf.Extended targets netstandard1.3, but not more recent versions, which introduce vulnerable transitive dependencies to consumers of our libraries. Our libraries...
## Description Linear ticket: Closes ## Changes Made - - - [ ] Updated README.md generator (if applicable) ## Testing - [ ] Unit tests added/updated - [ ] Manual...