Skip to content
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

Master Detail Example Project Doesn't Compile with Latest MvvmCross Nuget Packages #1699

Closed
foehammer88 opened this issue Apr 17, 2017 · 2 comments
Milestone

Comments

@foehammer88
Copy link

Trying to get the Master-Detail Example project working, to see if I can implement the Master-Detail architecture in my app.

Steps to reproduce

  1. Get the latest MvvmCross git repository and open the TestProjects\Forms\MasterDetail\MasterDetailExample.Core project.

  2. Install the latest Nuget packages for MvvmCross, MvvmCross.Forms.Presenter, and Xamarin.Forms

  3. Try to build, and observed that it doesn't compile because it can't resolve MvxMasterDetailViewModel in MvvmCross.Forms.Presenter.Core.

Expected behavior

MvxMasterDetailViewModel should resolve in the MvvmCross.Forms.Presenter namespace in latest Nuget packages, then the project should build and be able to run.

Actual behavior

The project doesn't compile and theres an error on MvxMasterDetailViewModel reference, in the MainViewModel of the MasterDetailExample.Core project.

"CS0246 The type or namespace name 'MvxMasterDetailViewModel<>' could not be found (are you missing a using directive or an assembly reference?)"

Configuration

Version: 4.4.0 MvvmCross, MvvmCross.Forms.Presenter, 2.3.3.180 Xamarin.Forms

Platform: Core/Android

@kjeremy
Copy link
Contributor

kjeremy commented Apr 17, 2017

PRs welcome.

@martijn00
Copy link
Contributor

Fixed in #1745

@martijn00 martijn00 added this to the 5.0.0 milestone May 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants