Skip to content

Conversation

batzen
Copy link
Collaborator

@batzen batzen commented Jun 22, 2017

  • ThemeManager did not look at merged dictionaries the way wpf did. wpf looks at them in a reverse order and so should we.
  • StringComparison should be OrdinalIgnoreCase
  • Switched to nameof instead of hard coded values
  • Switched to string interpolation instead of string.format
  • Switched to null conditional operator instead of SafeRaise
  • Added some missing documentation
  • Removed "metro" from documentation to ease sharing of code with Fluent.Ribbon

@punker76 punker76 merged commit f4bb19f into MahApps:develop Jun 28, 2017
@punker76
Copy link
Member

@batzen 👍

@punker76 punker76 added this to the 1.6.0 milestone Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants