rskibbe.UI.Screens.Wpf – A common ground for WPF MVVM related UI infrastructure
Inhaltsverzeichnis
What is rskibbe.UI.Screens.Wpf?
This is a sub package for the base NuGet package extending the infrastructure provided by „rskibbe.UI.Screens„.
The documentation is still a work in progress. Please understand that I do this for free and in my free time.
Installation
Use the NuGet Package Manager of Visual Studio to install the base package (and corresponding sub-packages if wanted/needed). The easiest way to access the Manager, is by clicking the „Extra“ menu tool strip menu item, or by right-clicking your project inside the project explorer. Then click something like „Manage NuGet Packages“. There you should be easily able to search for „rskibbe.UI.Screens.Wpf“ and see all possible packages.
Or you can use the following NuGet Package Manager Console commands for the newest versions:
Install-Package rskibbe.UI.Screens Install-Package rskibbe.UI.Screens.Wpf
Key Takeaways
WpfApp Class
<more to come>
WpfWindow Class
<more to come>
ViewModelBase Class
<more to come>
ScreenViewModelBase Class
<more to come>
Future plans / Todos
Here are some future plans and potential tasks I hope to tackle in the near future. However, please keep in mind that this project is a passion project done in my free time, so I can’t guarantee if or when these updates will be completed.
- More documentation
- Getting rid of unnecessary dependencies
- Logging without Debugger (something like Microsoft.Extensions.Logging.ILogger)