Devis Lucato

Results 54 issues of Devis Lucato

**Describe the issue** While adding OpenApi to an Azure Function using `[OpenApiResponseWithBody ... bodyType: typeof(List) ...]`, I hit this exception, which breaks the entire Swagger UI: ``` Cannot cast Newtonsoft.Json.Linq.JObject...

I'm writing a function with **multipart/form-data**, with this signature: ```csharp [Function("UploadFile")] [OpenApiOperation("UploadFile")] [OpenApiRequestBody(bodyType: typeof(UploadFileRequest), contentType: "multipart/form-data")] [OpenApiResponseWithBody(bodyType: typeof(UploadFileResponse), contentType: "application/json")] public async Task Run([HttpTrigger(AuthorizationLevel.Anonymous, "post")] HttpRequest httpRequest) ``` receiving multipart/form...

### Storage Explorer Version 1.38.0 ### Regression From _No response_ ### Architecture arm64 ### Storage Explorer Build Number _No response_ ### Platform All ### OS Version macOS latest ### Bug...

When opening https://simpleicons.org on Safari, the web page takes several seconds to load and the **search box is disabled** while loading. The page eventually stops loading and the search box...