Youssef Victor

Results 390 issues of Youssef Victor

![image](https://user-images.githubusercontent.com/31348972/189091439-3b9041ed-435b-4a71-b162-30a11a48e4d9.png) It's always 1.0.0. This applies to `Uno.SourceGeneration.Host.dll` as well

From a discussion with @CyrusNajmabadi on Discord, it's ideal if the boilerplate code that's added with the project template became part of the library itself. See messages from https://discord.com/channels/143867839282020352/598678594750775301/1017825588968435862

Isn't it available now?

Minor code cleanup. - Renaming of all analysis contexts to just `context` is intentional, and the shadowing is intentional. This is a common pattern in roslyn analyzers to avoid usage...

community-contribution
area-web-frameworks

This ensures that [markdown rules](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md) are not violated. Later, if some specific rules annoyed you, you can disable it using the .markdownlint.json file at repository root. **This is still Work...

Alternative to: https://github.com/dotnet/roslyn/pull/47531 Here is the approach I took: - Load Roslyn.sln **without** any projects. - Right click Compilers and choose "Reload Projects in Solution Folder" - For every project...

Area-Infrastructure
Community

![image](https://user-images.githubusercontent.com/31348972/207704989-3393c4c9-f4a3-4630-8e93-61569b164e9c.png) The scenario above is a switch *statement* with a trailing `;` (the `;` here is empty statement and should really be removed). The codefix doesn't do anything. It should...

Bug
help wanted
Area-IDE