IpcServiceFramework
IpcServiceFramework copied to clipboard
[Feature request] Not depend on Microsoft.Extensions.Hosting
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
That would be useful, I also want to use it for wpf/winform application without Microsoft.Extensions.Hosting
too