Olivier Betman

Results 4 issues of Olivier Betman

### Description I have 2 pages which are almost the same - both contain `CarouselView` with `CollectionViews` inside. There is one key difference, in the first page `CollectionView` contains `Border`...

t/bug
area/perf 🏎️
area/controls 🎮
control-border

### Description of Change 1. Instead of `DateTime.Now` I'm using the `DateTimeOffset.Now.DateTime.Date`. |Before|After| |-|-| | ![image](https://github.com/user-attachments/assets/4fe66453-b883-4fbd-a28d-168a466c0ae9) | ![image](https://github.com/user-attachments/assets/55153ef7-7d22-4323-a686-6f49525b9d66) | 2. I've replaced the `.ToUniversalTime()` from `UpdateMinimumDate()` and `UpdateMaximumDate()` with `.ToUniversalTimeNative()`...

platform/android 🤖
community ✨

### Description of Change This PR is an addition to https://github.com/dotnet/maui/pull/24948 and it further improves performance of first render of `DatePicker` by creating `DatePickerDialog` on demand instead of on control...

platform/android 🤖
community ✨
area-controls-datetimepicker

After recording a `dotnet-trace` of my app to see what I can optimize I noticed that MetroLog is taking huge amount of time on `CreateaMauiApp` ![image](https://github.com/user-attachments/assets/000557b1-a8c4-4efb-9fe9-a53b5e0010a3) Full speedscope [maui-app_20241101_133832.speedscope.json](https://github.com/user-attachments/files/17599980/maui-app_20241101_133832.speedscope.json) Main...