You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although https://apisof.net/catalog/f7ac641b77d48667e31915ca6b9b07ae suggests that System.IO.Pipelines is included in .NET 6, it doesn't appear to be true. And the package for it includes assemblies for net6.0, which wouldn't be the case if it was included in the runtime. So your example in particular might have been a bad one. But System.Runtime.CompilerServices.Unsafe is a dependency we can drop by adding a net6.0 target to the library. Would that be worthwhile to you?
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 a dependencies on packages which can be provided by the framework (net 6/net core 3) ie System.IO.Pipelines
Describe alternatives you've considered
Accept the additional dependency
Additional context
No response
The text was updated successfully, but these errors were encountered: