Skip to content
View BruceForstall's full-sized avatar

Block or report BruceForstall

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. coreclr coreclrPublic

    Forked from dotnet/coreclr

    This repo contains the .NET Core runtime, called CoreCLR. It is an execution engine for .NET apps, performing functions such as IL byte code loading, compilation to machine code and garbage collect…

    C# 3

  2. corefx corefxPublic

    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 1

  3. dotnet dotnetPublic

    Forked from microsoft/dotnet

    dotnet is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.

    HTML 1

  4. jitutils jitutilsPublic

    Forked from dotnet/jitutils

    C# 1

  5. runtime runtimePublic

    Forked from dotnet/runtime

    .NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.

    C# 1

  6. llilc llilcPublic

    Forked from dotnet/llilc

    This repo contains LLILC, an LLVM based compiler for .NET Core. It includes a set of cross-platform .NET code generation tools that enables compilation of MSIL byte code to LLVM supported platforms.

    C++