Sprudel

Results 25 comments of Sprudel

Thanks @cyberw for your reply. Unfortunately --autostart doesn't improve things for me...even worse is that the process doesn't stop after the given number of request passed via -i parameter (but...

I had the same issue in my setup. In my ASP.NET Core service I am using DataProtection and of course I would like to use Redis to store the Keys....

Thanks @imperugo , I appreciate your reply and the efforts in the migration documentation. The selected source code is identical with the one I've mentioned in my previous post. As...

Hi, I am using Linux Mint 20.1 and I had similiar issues with the compilation. First of all the installation of "libgimp2.0-dev" worked for me, I have version "2.10.18-1" installed....

Same issue for me with ``` dotnet format --version 6.4.345109+d2f060021d5a71871927bb961a6c09e76bad2be7 ```

Hi everyone, I've just started working on a similar topic and I have found here [https://github.com/swagger-api/swagger-ui/issues/3876#issuecomment-650697211](https://github.com/swagger-api/swagger-ui/issues/3876#issuecomment-650697211) a nice approach to customize the filter behavior by implementing a new plugin. The...

Hi @msrouchou , sure I can share some details, but you have to be patient since I am on vacation right now and I'll be back on the project beginning...

Hi @msrouchou, here we go: I am using my own swagger HTML index page based on the original one. You need to set the "IndexStream" property of the SwaggerUIOptions to...

Thanks everyone involved, I will check the changes soon and will comment here the status.

Hi everyone, the latest stable Swashbuckle.AspNetCore version (6.4.0) relies on swagger-ui-dist 4.14.0 which of course doesn't include the fix from 4.15.3. Is it possible to create a new release with...