Highlights
- 1 discussion answered
Popular repositories
-
-
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
-
Forked from dotnet/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
C# 1
-
806 contributions in the last year
Less
More
Contribution activity
August 2021
Created 6 commits in 2 repositories
Created a pull request in dotnet/roslyn that received 2 comments
Fix emit of synthesized types nested in a reloadable type
Fixes emit for the following scenario: [System.Runtime.CompilerServices.CreateNewOnMetadataUpdateAttribute] internal class Test { public void Do() {
+210
−26
•
2
comments
Opened 5 other pull requests in 2 repositories
dotnet/roslyn
2
open
2
merged
dotnet/metadata-tools
1
merged
Reviewed 10 pull requests in 2 repositories
dotnet/roslyn 9 pull requests
- Fix LSP semantic tokens algorithm
- Allow OOP features to sync only the subset of projects they need for functioning
- EnC - add tests for attributes on events
- Create a test help for writing simpler metadata tests
- EnC - Tests for lambda improvements
- Allow parameter renames in Edit and Continue
- Emit EnC info for methods with no sequence points
-
Remove redundant check in
IsGlobalMain - Use speakable type for top-level statements