heldersepu / Swagger-Net

Seamlessly adds a swagger to WebApi projects!
BSD 3-Clause "New" or "Revised" License
144 stars 42 forks source link

why is there a dependency on FromHeaderAttribute? #108

Closed livioc closed 2 years ago

livioc commented 2 years ago

Hi, I'm evaluating your project to replace Swashbuckle.WebApi, it seems very good but I don't understand why there's a dependency on FromHeaderAttribute, if I remove that package and compile the solution I don't get any error. If it's not needed can I do a pull request for removing it? thanks

heldersepu commented 2 years ago

Yes that is used ...and I'm also the author of FromHeaderAttribute: https://github.com/heldersepu/FromHeaderAttribute

livioc commented 2 years ago

ok thanks, I asked that because I double-checked it without finding any use in the Swagger.Net project