Block or report user

Organizations

@Microsoft @dotnet

Pinned repositories

  1. dotnet/corert

    This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.

    C# 552 189

  2. dotnet/coreclr

    This repo contains the .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.

    C# 7.4k 1.9k

  3. 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# 11.3k 2.9k

  4. dotnet/corefxlab

    This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.

    C# 628 184

2,869 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity First pull request First issue Joined GitHub

February 2017

Created a pull request in dotnet/corefx that received 17 comments

Update CoreClr, ProjectNTfs, Standard to beta-25010-03, beta-25010-00, beta-25010-01, respectively

Created an issue in dotnet/corefx that received 9 comments

Span: System.Memory is missing `unchecked` annotations

It is causing different behaviors between debug and release builds. Repro: Run this against netfx debug build of System.Memory: static void Main() { …

Seeing something unexpected? Take a look at the GitHub profile guide.