Youssef Victor

Results 913 comments of Youssef Victor

@CyrusNajmabadi Is this feature owned by Roslyn?

This appears to be owned by Roslyn https://github.com/dotnet/roslyn/tree/main/src/VisualStudio/Core/Def/UnusedReferences. I'll try to figure out with Roslyn team the logic behind it.

@OsirisTerje There is nothing to be done on MTP side here, I think. This could be reported to Roslyn (maybe they can workaround a potential MSBuild issue here, or alternatively...

To add a bit of into. This seems like a ContentControl/ContentPresenter bug. I have a PR to align ContentControl/ContentPresenter on **Skia** which is blocked on TemplatedParent. So, after TemplatedParent is...

@jeromelaban Still failing

docfx failure is a .NET runtime bug (https://github.com/dotnet/runtime/issues/105792). We have to wait for the next preview (if any) or RC1

We should remember reverting https://github.com/unoplatform/uno/pull/18249

@cconner100 Could you please post a screenshot after moving the HotReload indicator away?

The flyout issue is a pointers issue where we get an extra incorrect `Tapped` event. ```xml ``` At the following state: ![image](https://github.com/user-attachments/assets/e2242b7d-1223-4324-b827-e0cddefa40b7) Clicking on "Notes" will first cause Tapped event...

Right-aligned may be problematic for Right-To-Left apps (unless we can properly detect that the app is RTL and put it on left in that case).