BurkusCat / Burkus.Mvvm.Maui

A simple MVVM framework for .NET MAUI. It provides: navigation, lifecycle events, parameter passing, native dialog abstractions, and testability.
MIT License
27 stars 5 forks source link

[Bug] ResolveBindingContext shows an error during development #13

Closed BurkusCat closed 11 months ago

BurkusCat commented 1 year ago

Describe the bug The ResolveBindingContext markup extension shows an error that goes away when app is actually running.

To Reproduce Steps to reproduce the behavior:

  1. Add BindingContext="{burkus:ResolveBindingContext x:TypeArguments=vm:HomeViewModel}" to a page
  2. View your Visual Studio error list and see an error
  3. The error goes away when running the app

Expected behavior There are no errors when using this code