spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
762 stars 122 forks source link

Some controls not compatible with Material Design 3.2.0 #122

Closed etgauth closed 4 years ago

etgauth commented 4 years ago

I'm running into a problem after upgrading Material Design Themes from 3.1.3 to 3.2.0: an exception is thrown when creating a Material Window.

To re-create it I've created a new WPF project (VS 2019 16.8.1, .NET Framework 4.8):

The Package Manager details for MDE seems to indicate that it should be compatible with 3.2.0: image

The problem is fixed by referencing the new MaterialDesign versions inside the library, recompiling and replacing the DLL in the target dir:

<ItemGroup>
    <PackageReference Include="MaterialDesignColors" Version="1.2.7" />
    <PackageReference Include="MaterialDesignThemes" Version="3.2.0" />
</ItemGroup>
etgauth commented 4 years ago

Already fixed #119.