Youssef Victor

Results 911 comments of Youssef Victor

Also https://github.com/unoplatform/uno/blob/88d7a4024ccdcaa07a6b8cd056ba55ef4e92865e/src/Uno.UI/UI/Xaml/Controls/Control/Control.cs#L997-L998

We should also delete those: https://github.com/unoplatform/uno/blob/7cc2df180fb8b5833f3f6e05b50ac8d4ed4a8e99/src/Uno.UWP/Devices/Geolocation/Geolocator.iOSmacOS.cs#L183-L185 They don't match UWP signature and are not implemented properly

`CornerRadius` and `CornerRadiusProperty` should be removed from `ElevatedView`. See https://github.com/unoplatform/uno/pull/10138#discussion_r996273357

This can't really be a one single PR. We need to enable warnings as errors one by one.

@BillWagner I think this one still needs to be re-opened. Probably also worth seeking help from the compiler team for the correct term. Tagging @CyrusNajmabadi @AlekseyTs for this.

@BillWagner Consider re-opening. This hasn't been yet addressed and still an issue.

An array cannot be constant expression. Optional arguments require a constant expression. Alternatives: 1. Use `ParamArray`. 2. Set the default value to `Nothing`, and inside the function body do `If...

@iskiselev `/` is used in `.editorconfig` in this repository and it's working as expected. Do you have a complete repro project where things don't work as expected? That will help...

It looks like `[{no_style/**}]` matches `no_style` folder in the current directory, but doesn't match `no_style` in a nested directory (e.g, `a/no_style`). This might be by-design, but @jaredpar can confirm. btw,...