Closed bondarenkod closed 4 years ago
To fix the issue https://github.com/Redth/ResizetizerNT/issues/8 After a few tests I noticed that the result list contains null elements. At first, I checked all the results from Resizer.Resize and Resizer.CopyFile in the method DoExecute, but there weren't any null ones.
Resizer.Resize
Resizer.CopyFile
DoExecute
It's weird bug, I spend a lot of time trying to avoid it in my projects. Hope this help.
Hey thanks for this, that's a nice catch, I'll merge this in, it likely can't hurt, and hopefully that fixes #8 once and for all 👍
To fix the issue https://github.com/Redth/ResizetizerNT/issues/8 After a few tests I noticed that the result list contains null elements. At first, I checked all the results from
Resizer.Resize
andResizer.CopyFile
in the methodDoExecute
, but there weren't any null ones.It's weird bug, I spend a lot of time trying to avoid it in my projects. Hope this help.