adamjones1
adamjones1
For issue #808 (WIP). Note there's one issue in particular I'm already aware of: nulls in C# are notoriously fiddly especially with C# 8 NRTs and they bite here. If...
When the response of a call doesn't have a success status code, the call throws an `HttpRequestException` with no context for what went wrong beyond the actual status code. `EnsureSuccessStatusCode`...
At the moment OpenApi arrays are represented as .Net arrays in the generated types. Is there any chance there could be a flag added to optionally use F# lists instead?...