Bart Koelman
Bart Koelman
Hi @fdlane, thanks for reporting this. I can see how this is confusing. The reason you're seeing this is because `type` is modelled as a multi-value enumeration. SwaggerUI simply picks...
Possibly related: https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1775, but that hasn't been released yet.
I've [patched up](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/openapi-simplify-request-inheritance-issue1812) the code to make this work with SwaggerUI and Kiota, but it can't be implemented for NSwag due to [this limitation](https://github.com/RicoSuter/NSwag/issues/5294).
Last week, I looked into whether we can branch the existing logic based on whether a resource type is part of a type hierarchy. The idea is not to use...
Thanks, I appreciate the feedback. I haven't used Bruno before, so I installed it to give it a try. Signed up for the trial, so I can import an OAS...
@lnicely Thanks, it works now. I didn't realize that's the way to import in Bruno. I thought for a moment that using `default` might be a way to solve the...
After some experimentation, it turns out that this requires major breaking changes throughout the types used in the resource graph, query expression types, query string parsing, the translation to `System.Expression`...
I wondered whether a PATCH resource request should be able to update a subset of fields in the JSON value. Based on [this](https://github.com/json-api/json-api/issues/1738#issuecomment-2036302353) and the fact that there's no JSON:API...
Can this be merged and released, then add support for new language features later? I'm asking because building my codebase on .NET 10 currently doesn't work due to the following...
I'm unable to reproduce it anymore. I've tried 7x with debug switch on Windows/Ubuntu/macOS, then 6x without debug switch. It would be helpful to dump the stack trace on the...