Description
ImageBoundingBox in BarcodeResult is used in Equals and this could lead to a NullReferenceException. Avoid it and write a test for it.
References
|
if (this.RawValue == other.RawValue && this.ImageBoundingBox.IntersectsWith(other.ImageBoundingBox)) |
Description
ImageBoundingBox in BarcodeResult is used in Equals and this could lead to a NullReferenceException. Avoid it and write a test for it.
References
CameraScanner.Maui/CameraScanner.Maui/BarcodeResult.cs
Line 34 in 8ed8c0e