Philippe Leybaert
Philippe Leybaert
### Description Calling SaveAsJpegStream on UWP crashes the application. ### Steps to Reproduce Call ```await AsJPGStreamAsync()``` in any async method in a UWP application. The app will crash with exception...
### Description A simple CollectionView with a lot of items (100,000 or so) will hang on Windows and iOS. Memory consumption goes through the roof (gigabytes of allocations) and will...
The `[Column.Trim]` attribute, when added to a string property in a mapped class, will trim the value of the property after reading from the database.