RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.72k stars 1.29k forks source link

Leverage libraries provided by framework #4821

Open thompson-tomo opened 6 months ago

thompson-tomo commented 6 months ago

Is your feature request related to a problem? Please describe.

I want to minimise dependencies in my project by utilising framework dependencies wherever possible

Describe the solution you'd like

The following packages should not have any dependency which can be provided by the framework ie Microsoft.Extensions.*

It should be determined if net 7 & 8 TFM provided any benefit.

Describe alternatives you've considered

Accept the additional dependency

Additional context

n/a