-
Microsoft
- Boston, MA
- http://www.ankitjain.org
Block or Report
Block or report radical
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
msbuild Public
Forked from dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
C# 1
-
-
referencesource Public
Forked from mono/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
C#
-
roslyn Public
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
833 contributions in the last year
Activity overview
Contribution activity
May 2022
Created a pull request in dotnet/runtime that received 8 comments
Reenable System.Runtime.Serialization.Xml.Tests
This was disabled due to #59926, which was then tracked by #61061 . The stack overflow is due to one specific test though, and the rest of the test…
Opened 2 other pull requests in 1 repository
dotnet/runtime
2
open
Reviewed 2 pull requests in 1 repository
dotnet/runtime
2 pull requests
Created an issue in dotnet/runtime that received 3 comments
[wasm] startup.ts has a fixed "max parallel downloads", but that can fail
Currently, it is set to 100, but this can be too many, causing failures to fetch the resources.
We should handle this better.
I hit this on a codes…