Skip to content

Commit 6b6ba1f

Browse files
committed
Update list of kiota bugs
1 parent 99c9a95 commit 6b6ba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/openapi-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@ demonstrates how to use them. It uses local IDs to:
340340
| --- | --- | --- |
341341
| Properties are always nullable | - | https://github.com/microsoft/kiota/issues/3911 |
342342
| JSON:API query strings are inaccessible | Use `SetQueryStringHttpMessageHandler.CreateScope` from `JsonApiDotNetCore.OpenApi.Client.Kiota` package | https://github.com/microsoft/kiota/issues/3800 |
343-
| Properties set to `null` are sent twice | - | https://github.com/microsoft/kiota-dotnet/issues/535 |
344343
| HTTP 304 (Not Modified) is not properly recognized | Catch `ApiException` and inspect the response status code | https://github.com/microsoft/kiota/issues/4190, https://github.com/microsoft/kiota-dotnet/issues/531 |
344+
| No `Accept` header sent when only error responses define `Content-Type` | `JsonApiDotNetCore.OpenApi.Swashbuckle` package contains workaround | https://github.com/microsoft/kiota/issues/6572 |
345345
| Generator warns about unsupported formats | Use `JsonApiDotNetCore.OpenApi.Client.Kiota` package | https://github.com/microsoft/kiota/issues/4227 |
346346
| `Stream` response for HEAD request | - | https://github.com/microsoft/kiota/issues/4245 |
347347
| Unhelpful exception messages | - | https://github.com/microsoft/kiota/issues/4349 |

0 commit comments

Comments
 (0)