AlturosDestinations/Alturos.Yolo

Passing a custom IYoloSystemValidator doesn't work

McZosch opened this issue · 0 comments

Passing a custom IYoloSystemValidator-instance into the YoloWrapper-constructor always results in a NullReference-exception.

The code in both constructors are having a null check, but in case of a non-null parameter value, _YoloSystemValidator ist not set.