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

Properly resolve viewmodels for particular views in UWP #1630

Merged
merged 2 commits into from
Nov 23, 2018
Merged

Properly resolve viewmodels for particular views in UWP #1630

merged 2 commits into from
Nov 23, 2018

Conversation

MikelThief
Copy link
Contributor

@MikelThief MikelThief commented Nov 22, 2018

Description of Change

Changed the behaviour of {Unity|DryIoc}ContainerExtension.ResolveViewModelForView() to be able to resolve VM for a view that is a page, but doesn't have its frame associated.

Bugs Fixed

#1628

API Changes

List all API changes here (or just put None), example:

None

Behavioral Changes

None

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

Fixing a bug when a page could not inherit its destination viewmodel because VML assumed that if we naviagte to page, then the page has to have a frame.
Fixing a bug when a page could not inherit its destination viewmodel because VML assumed that if we naviagte to page, then the page has to have a frame.
@dnfclas
Copy link

dnfclas commented Nov 22, 2018

CLA assistant check
All CLA requirements met.

@brianlagunas brianlagunas merged commit 136bb1e into PrismLibrary:master Nov 23, 2018
@brianlagunas
Copy link
Member

Thanks for the PR!

@MikelThief
Copy link
Contributor Author

You're welcome :)

@lock
Copy link

lock bot commented Jan 28, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants