MaterialDesignInXAML / MaterialDesignInXamlToolkit

Google's Material Design in XAML & WPF, for C# & VB.Net.
http://materialdesigninxaml.net
MIT License
15.17k stars 3.43k forks source link

MaterialDesignTheme.MahApps.Flyout.xaml is missing from the nuget package #286

Closed andrewcartwright1 closed 4 years ago

andrewcartwright1 commented 8 years ago

If you include the MaterialDesignTheme.Mahapps nuget package and then include the following source in app.xaml it throws an error saying it cant be found: MaterialDesignTheme.MahApps.Flyout.xaml

Although the file is visible in the repo: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/tree/master/MaterialDesignThemes.MahApps/Themes

ButchersBoy commented 8 years ago

You cleaned your solution etc??? This still an issue?

andrewcartwright1 commented 8 years ago

Yes, unfortunatly this is still an issue :(

ButchersBoy commented 8 years ago

What version of MahApps you got installed?

ButchersBoy commented 8 years ago

I think there is something up with the dll/nuget, in that the package installs the latest full build of MahApps, but the .dll is expecting 1.2.0.0.

Need a nuget expert...I remember this happening last time the MahApps build ticked over.

andrewcartwright1 commented 8 years ago
  <package id="MahApps.Metro" version="1.3.0-ALPHA066" targetFramework="net452" />
  <package id="MahApps.Metro.SimpleChildWindow" version="1.3.0" targetFramework="net452" />
  <package id="MaterialDesignColors" version="1.1.2" targetFramework="net452" />
  <package id="MaterialDesignThemes" version="1.5.0-ci508" targetFramework="net452" />
  <package id="MaterialDesignThemes.MahApps" version="0.0.4" targetFramework="net452" />

Are the packages I'm using from both material and mahapps

AuroraDysis commented 8 years ago

And SetFlyoutOpenAction is now obsolete https://github.com/MahApps/MahApps.Metro/commit/626df2c558a4e16d688e277019ca231c36d89995

punker76 commented 8 years ago

@ButchersBoy I can look at this, maybe we should use paket manager everywhere ;-)

Keboo commented 4 years ago

This should be addressed in the latest version (though you do need to use preview packages until MahApps 2.0 releases)