-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MahApps.Metro v2.4.8 uses wrong version range for ControlzEx dependency #4194
Comments
This problem occurs again now. |
@gabriel-vanca Is there perhaps another package that has a higher dependency on ControlzEx? |
I doubt that's the problem. I've tried with
|
This change #4193 was submitted in Oct 2021 with MahApps.Metro/2.4.9 which has dependency constraint. MahApps.Metro/2.4.10 was released on 7/6/2023 ControlzEx/6.0.0 was released on 5/7/2023 i.e. prior to MahApps.Metro/2.4.10. Ideally, this constraint must have been modified in MahApps.Metro/2.4.10. Probably, we need another version of MahApps.Metro/2.4.11 with this fix. constraint: FYI, I get below error on installing 'ControlzEx 6.0.0'. |
@Ntiwari03 ControzlEx v6 is not compatible to MahApps v2.4.x. So if you have ControlzEx v6 installed, then you can only use MahApps v3 pre-alpha. |
@punker76 Please let me know latest stable compatible versions of ControzlEx and MahApps. |
this message means the version must be bigger than 4.4.0 and must be smaller than 6.0.0. ► So any package with version 5.. should be fine. |
See discussion at MahApps/MahApps.Metro#4194 (comment)
Discussed in #4193
Originally posted by pkMoser October 14, 2021
I would like to update MahApps.Metro v2.4.8 via NuGet package, but I got this error:
"Unable to resolve dependencies. 'ControlzEx 5.0.1' is not compatible with 'MahApps.Metro 2.4.8 constraint: ControlzEx (>= 4.4.0 && < 5.0.0)'"
Is it possible to change this constraint?
Thank you for your response.
The text was updated successfully, but these errors were encountered: