Is there any documentation for using this package in a Wpf application using a service host in the application #3660
-
The manual is very clear how to implement this package in a basic Wpf application. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I do have a dotent template that does the setup for this. You can install it by running |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
I do have a dotent template that does the setup for this.
You can install it by running
dotnet new install Keboo.Dotnet.Templates
. You can then create a WPF app usingdotnet new keboo.wpf
,Repo: https://github.com/Keboo/DotnetTemplates