alser

Results 5 comments of alser

It's working in Swashbuckle 6.7.3 for me too, and same code in my app was working since at least 6.5.0 with the same version of `Unchase.Swashbuckle.AspNetCore.Extensions 2.7.1`

I've reported this issue to Swashbuckle repo, to see if it's intended or not from their side https://github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/3081

I've fixed it in the PR linked above, not ideal fix but it works. Got no reaction from the author so far. Also it looks like CI is broken, it...

Yeah, I feel the same. I've used the code from this project in my project (with the fix from the PR above), refactored it, added nullability annotations and newer C#...

Got some problem with CI, sdk version maybe... `Build.ps1` fails when in folder `src\Unchase.Swashbuckle.AspNetCore.Extensions` it calls: ``` dotnet pack -c Release -o ..\..\artifacts ``` locally I get ok-ish build with...