Highlights
- 61 discussions answered
Block or Report
Block or report CyrusNajmabadi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
dotnet/roslyn Public
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
5,600 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 3 commits in 2 repositories
Opened 10 pull requests in 1 repository
dotnet/roslyn
7
open
3
closed
- Further simplification experiments
- Further simplification experiments
- Experiment with changing simplification algorithm.
- Testing to see what this breaks (3)
- Simplify the simplification code.
- Testing to see what this breaks (1)
- Simplify the simplification code
- Address layering of navigation action in code actions
- Fix issues pressing 'enter' in a raw string literal
- Async navigation5
Reviewed 11 pull requests in 1 repository
dotnet/roslyn
11 pull requests
- Simplify the simplification code.
- Make navigate-to navigation cancellable.
- Update go-to-def handler to support entirely async go-to-def operation.
- Address layering of navigation action in code actions
- Semantic Snippets: Console snippet first look
- Removed navigation target and navigation hint from namespaces
- allow third party codfixers to be run in code cleanup
- Fix issues pressing 'enter' in a raw string literal
- Always try to use cached data for import completion even if outdated
- only include entry points defined in source
- Change navigation helpers to operate in two steps.