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

Supporting Proxied/Wrapped ViewModels #629

Merged
merged 8 commits into from
Feb 12, 2016
Merged
Prev Previous commit
Next Next commit
Marking ResolveForPage(Type) obsolete
  • Loading branch information
1iveowl committed Feb 10, 2016
commit 146dd0f1805e32db185405aa4a1c7211231869ff
1 change: 1 addition & 0 deletions Template10 (Library)/Common/BootStrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public virtual T Resolve<T>(Type type)
/// If a developer overrides this method, and leaves the DataContext of a page null, then BootStrapper
/// will atttempt to fill the DataContext the return value of this method.
/// </summary>
[Obsolete("Use ResolveForPage(Page, NavigationService) instead")]
public virtual Services.NavigationService.INavigable ResolveForPage(Type page, NavigationService navigationService) => null;

/// <summary>
Expand Down