jacqueskang / IpcServiceFramework

.NET Core Inter-process communication framework
MIT License
358 stars 77 forks source link

[Feature request] Not depend on Microsoft.Extensions.Hosting #155

Open kkwpsv opened 4 years ago

kkwpsv commented 4 years ago

Is your feature request related to a problem? Please describe. I want to use an ipc framework in desktop wpf apps. This is a good ipc framework, but using this will bring too many references.

Describe the solution you'd like Microsoft.Extensions.Hosting will be optional. I can choose to use it in asp.net core apps, but not use it in wpf desktop apps.

Describe alternatives you've considered

Additional context

ScarletKuro commented 3 years ago

That would be useful, I also want to use it for wpf/winform application without Microsoft.Extensions.Hosting

heartacker commented 2 years ago

too