Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate STJ dependency for net 6 #149

Closed
thompson-tomo opened this issue Apr 13, 2024 · 0 comments · Fixed by #152
Closed

Eliminate STJ dependency for net 6 #149

thompson-tomo opened this issue Apr 13, 2024 · 0 comments · Fixed by #152

Comments

@thompson-tomo
Copy link
Contributor

thompson-tomo commented Apr 13, 2024

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.Text.Json as it can be provided by the framework when targeting net 6. The same for an other system provided dependency.

Describe alternatives you've considered
Accept the additional dependency

Additional context

  • System.Text.Json is only included for net standard 2.0/2.1 & net framework 472 Ark.Tools Ark.Tools.SystemTextJson
  • System.Diagnostics.DiagnosticSource is only included for net standard 2.0/2.1 & net framework 472 and not the net 6 package for Ark.Tools.SystemTextJson and Ark.Tools.NLog
  • Microsoft.Bcl.AsyncInterfaces is only included for net standard 2.0/2.1 & net framework 472 and not the net 6 package for Ark.Tools.Core
thompson-tomo added a commit to thompson-tomo/Ark.Tools that referenced this issue Apr 25, 2024
thompson-tomo added a commit to thompson-tomo/Ark.Tools that referenced this issue Apr 27, 2024
thompson-tomo added a commit to thompson-tomo/Ark.Tools that referenced this issue Apr 27, 2024
AndreaCuneo added a commit that referenced this issue Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant