OpenAPI.NET icon indicating copy to clipboard operation
OpenAPI.NET copied to clipboard

OpenApiFilterService changes explode of OpenApiParameter

Open agerchev opened this issue 2 years ago • 1 comments

Describe the bug When i call OpenApiFilterService.CreateFilteredDocument to filter the OpenApi document, the explode property of operation parameters is set to false.

To Reproduce Just call OpenApiFilterService.CreateFilteredDocument I suspect the problem is here https://github.com/microsoft/OpenAPI.NET/blob/0ec11c156cfd2169f7c0ccdf9720240ba97816dd/src/Microsoft.OpenApi/Services/OperationSearch.cs#L62

Surely it is necessary for Microsoft Graph, but how can i use the functionality without some hacks.

agerchev avatar Sep 28 '23 08:09 agerchev

We need to investigate why we are changing the explode value.

darrelmiller avatar Oct 03 '23 13:10 darrelmiller

@darrelmiller did you had time to investigate the case with the explode property ?

agerchev avatar Mar 07 '25 06:03 agerchev