AvaloniaUI/Avalonia.GIF

Project does not build

Kermalis opened this issue · 1 comments

On Mar 26, #11 was merged which removed the line private readonly object _bitmapSync = new object(); in GifInstance. However, _bitmapSync is still being referenced in code

In the Render() method of GifImage, gifInstance can be null. A check is needed to return out of the render method to prevent crashes. Once that is fixed, the library works