Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
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# 2
-
Forked from dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
C# 1
-
-
Forked from dotnet/corefx
This repo contains the foundational libraries that make up the .NET Core development stack.
C#
824 contributions in the last year
Contribution activity
September 2020
Created a pull request in dotnet/roslyn that received 3 comments
Eliminate allocation on a hot path with cyclic references
Fixes #47471 Measurements indicate the principal problem in the reported scenario is an array allocation that causes extreme garbage and results in…
- Adjust disambiguation rules for type pattern in a switch expression.
- Use a distinct diagnostic ID when an exhaustiveness report uses an unnamed enum value.
- Align C# and VB preconditions for GetActualBoundReferencesUsedBy
- Decision dag: union the set of values when there are two predecessor states.
- Short-circuit constant expressions when checking for mutating expressions.
- Fix "path cost" calculation when computing the shortest path to the exit of a decision dag...

