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/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
C# 1
-
Forked from mono/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
C#
-
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
-
509 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in dotnet/runtime that received 2 comments
[wasm][debugger][tests] Make `dotnet test DebuggerTestSuite.csproj` work
Now, the tests can be run with dotnet test DebuggerTestSuite.csproj.
and the existing make run-debugger-tests still works.
Changes:
We don't need…