Liandrel

Results 5 comments of Liandrel

I've run into similar issue with enum type endpoint registered like that: ![image](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/assets/109763767/6b1e46c9-93b0-4047-833c-fbf9fa554cbd) As parameters object: ![image](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/assets/109763767/0be39261-e400-4e3a-bd44-6c8b950f0f7d) swagger endpoint: ![image](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/assets/109763767/533d12f3-540c-4ff0-8009-3e745d14136d) swagger json: ![image](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/assets/109763767/fb1b1171-235e-44fd-a4d9-abe8c859571d) I can provide some more context if...

To make sure it's not any external or domain dependency I've created sample project that shows the issue https://github.com/Liandrel/Swashbuckle-AsParameters-sample .NET 8 minimal api with no additional nugget packages except of...

If someone still struggles with this problem I found another workaround. `services.ConfigureApplicationCookie(opts => { opts.LoginPath = new PathString("/authorize/login"); });` With this workaround when accessing page with [Authorize] attribute it redirects...

Is there any approximate date when we can expect the release of the updated samples?

Same here, trying to use Storage explorer first time and Im stuck in Authentication loop