dasMulli / dotnet-win32-service

Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.
MIT License
451 stars 57 forks source link

Use PInvoke package for native functions #77

Closed NN--- closed 5 years ago

NN--- commented 6 years ago

Package: https://www.nuget.org/packages/PInvoke.AdvApi32

Repository: https://github.com/AArnott/pinvoke/

dasMulli commented 6 years ago

@NN--- is there a specific improvement you are suggesting here? The intent was to keep dependencies and API surface to the minimum. Also, they target desktop frameworks and thus cannot be used on platforms without netfx asset target framework compatibility (<ns2.0)

dasMulli commented 5 years ago

Closing due to discussion not being followed up.