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 System.Runtime.CompilerServices.Unsafe to only be a dependency for net standard as this will reduce maintenance effort. At the same time, i would suggest doing a review of net standard dependencies.
Describe alternatives you've considered
Accept the additional dependency
Additional context
n/a
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 System.Runtime.CompilerServices.Unsafe to only be a dependency for net standard as this will reduce maintenance effort. At the same time, i would suggest doing a review of net standard dependencies.
Describe alternatives you've considered
Accept the additional dependency
Additional context
n/a