WindowsCommunityToolkit/Microsoft.Toolkit.Uwp.UI
Andrew Nielsen bc747ed454 FileCache.InitializeTypeAsync(Stream...) should not return null. It should return `Task.FromResult<StorageFile>(null)`. Otherwise, CacheBase attempts to dereference the Task to call ConfigureAwait(false) which results in a NullReferenceException. 2020-01-22 12:12:49 -08:00
..
AdvancedCollectionView Fixed a rare crash if still subscribed to items PropertyChanged event and it gets triggered 2018-10-19 16:59:37 +02:00
Behaviors fix logic and document comment 2019-02-11 17:53:14 +08:00
Cache FileCache.InitializeTypeAsync(Stream...) should not return null. It should return `Task.FromResult<StorageFile>(null)`. Otherwise, CacheBase attempts to dereference the Task to call ConfigureAwait(false) which results in a NullReferenceException. 2020-01-22 12:12:49 -08:00
Converters Rename Convert to Converters to not clash with system one. 2019-10-24 21:11:46 -07:00
Extensions Merge branch 'master' into master 2019-10-29 11:49:19 -07:00
Helpers quick fix for themelistener 2018-12-10 10:41:15 -08:00
Properties convert UI 2017-08-27 14:22:56 -04:00
Microsoft.Toolkit.Uwp.UI.csproj Move Microsoft.Toolkit.Uwp.UI.Media to own package 2019-10-28 19:39:11 -07:00
Microsoft.Toolkit.Uwp.UI.csproj.DotSettings Fixed the naming plus corrected a typo 2017-01-07 18:04:41 +01:00