floydpink / CachedImage

A WPF control that wraps the Image control to enable file-system based caching
http://floydpink.github.io/CachedImage/
MIT License
69 stars 22 forks source link

Update FileCache.cs #16

Closed DDR12 closed 3 years ago

DDR12 commented 4 years ago

Fixed thrown exception when using dedicated cache mode in .net core 3.1 apps, which was preventing downloading of the images in the first place.

Using Http client and getting the exact buffer of the downloaded content preventing the creation of the temporary buffer of hardcoded length 100 which wasn't reliable.