Joel McAllister
Joel McAllister
With .NET 6 Azure Functions and using AzureExtensions.Swashbuckle version 3.3.2. going to https://site/api/Swagger/ui in Azure is throwing a Exception of type 'System.OutOfMemoryException' was thrown error. The json file shows up...
After installing this package, all my functions that had JsonSerializerSettings in the return failed and the method can't be found. `return new JsonResult(info, new JsonSerializerSettings { Formatting = Formatting.Indented });`...
### Describe the bug If you have multiple tables displayed on a single page, and each has a default sort set, only the first table is sorted on load, and...