Bart Koelman

Results 276 comments of Bart Koelman

@sharky98 Please move your question to a separate issue (and provide the requested details), this is not the place.

JetBrains Rider has built-in IDE support for OpenAPI, see https://www.jetbrains.com/help/rider/OpenAPI.html. Similar feature in Visual Studio Preview: https://devblogs.microsoft.com/visualstudio/web-api-development-in-visual-studio-2022/#endpoints-explorer

How to configure the NSwag C# client generator: https://github.com/RicoSuter/NSwag/wiki/NSwag-Configuration-Document and https://stevetalkscode.co.uk/openapireference-commands and https://github.com/RicoSuter/NSwag/blob/master/src/NSwag.CodeGeneration.CSharp/CSharpClientGeneratorSettings.cs.

@verdie-g The OpenAPI integration is my primary priority. Picking up from @maurei's work, I've recently implemented support for triple-slash doc-comments, query string parameters, and included related resources in responses. I've...

Closing, as there's nothing we can do to make this work on old versions. The bug was fixed in EF Core 6.

Gave it another try, but we still can't use it because floating versions are blocked. What could have been a pretty simple project (store versions globally) has become quite a...

One of our customers [reported](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1271) this error, though the scenario is slightly different. [JsonApiDotNetCore ](https://github.com/json-api-dotnet/JsonApiDotNetCore) dynamically produces LINQ queries of the following form when the API request contains [sparse fieldsets](https://jsonapi.org/format/#fetching-sparse-fieldsets)...

Thanks for investigating. If I patch the OAS manually as you suggested, the problem goes away. We're using Swashbuckle's `UseAllOfToExtendReferenceSchemas` because the OpenAPI 3.0 spec doesn't allow the use of...

I wish there were more hours in a day. It's taken me weeks before finding time to create the minimal repro, which was needed to know if we were doing...

@penenkel There's a follow-up issue at #3911, please upvote if you're still interested.