Craig Wittenberg
Craig Wittenberg
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Fix https://github.com/luberda-molinet/FFImageLoading/issues/1543. ### :memo: Links to relevant issues/docs #1543 ### :thinking: Checklist before submitting -...
## 🐛 Bug Report Calling FFImageLoading.ImageService.Instance.InvalidateCacheEntryAsync(url, FFImageLoading.Cache.CacheType.All) and then later trying to show the same url results in an exception "The LinkedList node does not belong to current LinkedList." ###...
The current UWP sample in the master branch (using UAP -> 18362) results in colored backgrounds not getting clipped to border radius. See attached as an example.  This works...
Would be great to get an updated nuget! Thanks for maintaining this. Craig.
When SQLiteOpenFlags.FullMutex is used with SQLiteAsyncConnection, the GetConnection().Lock() method is a NOOP. Unfortunately, the version of the ctor SQLiteAsyncConnection without flags uses SQLiteOpenFlags.FullMutex by default. The means the straigh forward...
### Description This appears to be .NET Maui / Windows specific. I have a several custom SKCanvasView, one of which draws a simple circle and another one draws an svg...