Highlights
- 73 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.
6,138 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 11 commits in 1 repository
Created a pull request in dotnet/roslyn that received 36 comments
Update compiler to supported UnmanagedMemoryStream when creating ModuleMetadata.
Followup to #61608. The IDE generates PEReferences that point to an AssemblyMetadata object whose backing data is a raw pointer in memory. As long …
+239
−202
•
36
comments
Opened 3 other pull requests in 1 repository
Reviewed 8 pull requests in 1 repository
dotnet/roslyn
8 pull requests
- Reducing allocations in completion
- Cache the AssemblyMetadata produced for any given compilation
- Update compiler to supported UnmanagedMemoryStream when creating ModuleMetadata.
- Simplify the code for synchronizing the workspace with OOP.
- Include local-functions in the go-to index.
- Remove obsolete external access API now that intellicode has switched over
- Update comment
- Remove weak references in skeleton reference cache.