BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
27 stars 5 forks source link

[Bug] WinUI doesn't have a title #57

Closed BurkusCat closed 9 months ago

BurkusCat commented 9 months ago

Describe the bug WinUI app doesn't have a title

To Reproduce Steps to reproduce the behavior:

  1. Set ApplicationTitle in csproj
  2. Title doesn't appear in window

Expected behavior Title displays in window

Additional context Really, this is a .NET MAUI bug but the most common workaround is to override CreateWindow. However, since Burkus.Mvvm.Maui already overrides that it would make it difficult for consumers of this package to do that fix.

BurkusCat commented 9 months ago

Fixed in #56