Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 2.12 KB

README.md

File metadata and controls

48 lines (34 loc) · 2.12 KB

WPF app template

This template creates a full WPF application, along with unit tests.

Template

Create a new app in your current directory by running.

> dotnet new keboo.wpf

Parameters

Default template options

Key Features

Generic Host Dependency Injection

Docs

Centralized Package Management

Docs

Build Customization

Docs

CommunityToolkit MVVM

Docs

Material Design in XAML

Repo

.editorconfig formatting

Docs

Testing with Moq.AutoMocker

Repo

NuGet package source mapping

Docs

Dependabot auto updating of dependencies

Docs Auto merging of these PRs done with fastify/github-action-merge-dependabot.

GitHub Actions workflow with code coverage reporting

Docs. Code coverage provided by coverlet-coverage/coverlet. Code coverage report provided by danielpalme/ReportGenerator-GitHub-Action. The coverage reports are posted as "stciky" PR comments provided by marocchino/sticky-pull-request-comment