Calabonga.Wpf.Mvvm.Template 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install Calabonga.Wpf.Mvvm.Template::1.0.1                
This package contains a .NET Template Package you can call from the shell/command line.

WPF + MVVM

This template for WPF application with MVVM components you can use for new application. In template already everything prepared for your developing start.

Template contains those components:

  • CommunityToolkit.Mvvm - Framework with MVVM instruments
  • Microsoft.Extensions.DependencyInjection - DI-container for your application.
  • Microsoft.Extensions.Logging.Debug - Help show debug messages in Visual Studio Debug-window.
  • Serilog.Extensions.Hosting - Serilog logger integration with your application host.
  • Serilog.Sinks.File - Serilog logger to log-file very helpful when you using WPF platform, because there is not any Console to write logs

Repository

Calabonga.WpfMvvm.Template on GitHub

Author

My name is Sergei Calabonga. I'm from Calabonga SOFT. You can contact me:

Screenshot

main window

  • net8.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 117 9/20/2024
1.0.5 143 8/10/2024
1.0.2 106 8/9/2024
1.0.1 98 8/6/2024
1.0.0 101 8/6/2024

Nuget-package configured correctly. README updated with some instructions and screenshots. Redundant files removed.