microsoft / kiota-http-dotnet

Kiota http provider implementation for dotnet with HttpClient
https://aka.ms/kiota/docs
MIT License
34 stars 15 forks source link

Leverage Framework dependencies rather than explicit where possible #230

Closed thompson-tomo closed 5 months ago

thompson-tomo commented 5 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 I want the package to not have an explicit dependency on System.Diagnostics.DiagnosticSource & System.Text.Json on net 6+.

Describe alternatives you've considered Accept the additional dependency

Additional context n/a

andrueastman commented 5 months ago

Thanks for raising this @thompson-tomo.

Would you be willing to submit a PR similar to https://github.com/microsoft/kiota-serialization-json-dotnet/pull/209 for this?

thompson-tomo commented 5 months ago

@andrueastman sure I will go through submitting PR's in the coming days.