Closed D4N4M8 closed 4 years ago
@JackDaniel91 MaterialDesignThemes version 3.0.0 introduced some breaking changes which affect MaterialDesignExtensions. The source code of MaterialDesignExtensions at the time of v2.8.0 does not compile with MaterialDesignThemes version 3.0.0 or higher. I guess the exception is a strange side effect of that.
The latest pre-release of MaterialDesignExtensions handles these breaking changes and is compatible with MaterialDesignThemes version 3.0.1. Please try it and give me a short feedback if it works.
Hi Philipp, thanks for your tip.
Yes, the exception is a strange side effect. The exception no longer occurs in pre-release 3.0.0-a03.
I use the pre-release until a new release appears. Thank you very much.
Hi,
I updated the Nuget package "MaterialDesignThemes" from version 2.6.0 to 3.0.1.
MaterialDesignExtensions (Version 2.8.0) is not fully compatible with MaterialDesignThemes (Version 3.0.1).
I use the "MaterialDesignExtensions.Control.SideNavigation" for my menu. When I start the application, I get a "NotImplemented" exception (see screenshot).
The exception occurs within the "SideNavigation" control. More specifically, the exception occurs in line 40 (Items = "{Binding MenuEntries}"):
The MenuEntries-Binding is an ObservableCollection of INavigationItem:
Update (08.01.2020 10:23): The error occurs when a "SideNavigationItem" is added
Exception Details: