Youssef Victor

Results 390 issues of Youssef Victor

[CA1815 documentation](https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1815) GitHub Issue (If applicable): Part of #6882 Benchmark: ```xml net6.0 Exe AnyCPU pdbonly true true true Release false ``` ```csharp using System; using BenchmarkDotNet; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Running;...

GitHub Issue (If applicable): closes #7206 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? ![image](https://user-images.githubusercontent.com/31348972/134880365-9dbdc5a5-a847-44ad-be81-55801e190c1c.png) ## What is the...

GitHub Issue (If applicable): Part of #7614 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? `FontStretch` not supported. ## What is...

GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...

GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...

The binlogs are showing some DoubleWrites in our builds. We should investigate this and try to eliminate them, if possible. For info, see: https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Double%20write%20detection https://www.meziantou.net/detecting-double-writes-in-msbuild-using-the-binlog.htm

kind/enhancement
area/build
project/core-tools
difficulty/tbd

## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please check if your...

GitHub Issue (If applicable): closes #9643 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...

GitHub Issue (If applicable): closes #9791 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...

https://github.com/unoplatform/uno/blob/88d7a4024ccdcaa07a6b8cd056ba55ef4e92865e/src/SourceGenerators/Uno.UI.SourceGenerators/NativeCtor/NativeCtorsGenerator.cs#L33-L34 https://github.com/unoplatform/uno/blob/88d7a4024ccdcaa07a6b8cd056ba55ef4e92865e/src/SourceGenerators/Uno.UI.SourceGenerators/DependencyObject/DependencyObjectGenerator.cs#L32-L33 Also doing the same in #6937 Using `RegisterForSyntaxNotifications` might be more performant. It's not available in Uno.SourceGeneration, unfortunately. We could: - Try to implement it for Uno.SourceGeneration. -...

kind/enhancement
triage/untriaged
difficulty/tbd