zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.95k stars 743 forks source link

Leverage framework dependencies where possible #1090

Closed thompson-tomo closed 4 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 only the dependencies not available as part of the framework to be included for net standard as this will reduce maintenance effort.

Describe alternatives you've considered Accept the additional dependency

Additional context n/a

drewnoakes commented 4 months ago

Can you provide specific examples of the dependencies you think could be omitted? Even just a screenshot from an IDE.

thompson-tomo commented 4 months ago

@drewnoakes to make it easier i have just submitted the optimisations as #1091

drewnoakes commented 4 months ago

Thank you. Nothing is a concrete as a code diff :)

Running CI now and if it passes I'll merge.

thompson-tomo commented 4 months ago

No worries at all. 🙂