afriscic / BarcodeScanning.Native.Maui

Barcode scanning library for .NET MAUI
https://www.nuget.org/packages/BarcodeScanning.Native.Maui
MIT License
186 stars 35 forks source link

Command Binding gives Warning in Log #36

Closed marco-skizza closed 8 months ago

marco-skizza commented 8 months ago

Hi

I have the following binding to my ViewModel for OnDetectionFinishedCommand:

<scanner:CameraView
    x:Name="MyCameraView"
    OnDetectionFinishedCommand="{Binding DetectionFinishedCommand}"
    AimMode="True"
    CaptureQuality="Highest" />

In the log I get the following warning

Microsoft.Maui.Controls.Xaml.Diagnostics.BindingDiagnostics: Warning: 'DetectionFinishedCommand' property not found on 'HML.Guide.App.Core.ViewModels.ScannerViewModel', target property: 'BarcodeScanning.CameraView.OnDetectionFinishedCommand'