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

Fixing runtime warning #2876

Merged
merged 1 commit into from Jun 3, 2023
Merged

Conversation

VitalyKnyazev
Copy link
Contributor

Fixed runtime output window warning "Microsoft.Maui.Controls.BindableObject: Warning: Cannot convert True to type 'Prism.Mvvm.ViewModelLocatorBehavior'"

## Description of Change

Replaced old "True" with new "ViewModelLocatorBehavior.Automatic" when setting AutowireViewModel property.

API Changes

N/A

Behavioral Changes

No more warning

PR Checklist

  • Tested manually, no warning anymore
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

…ot convert True to type 'Prism.Mvvm.ViewModelLocatorBehavior'"
@dansiegel dansiegel merged commit 264869a into PrismLibrary:master Jun 3, 2023
1 check passed
@dansiegel
Copy link
Member

Great catch! Not sure how this got missed. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants