Pinned Repositories
arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
Benchmarks
Benchmarks for ASP.NET Core
buildtools
Build tools that are necessary for building the .NET Core projects
cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
core-setup
Installer packages for the .NET Core runtime and libraries
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 collection. The repo contains the complete up-to-date CoreCLR codebase.
corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
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.
jitutils
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.
BruceForstall's Repositories
BruceForstall/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 collection. The repo contains the complete up-to-date CoreCLR codebase.
BruceForstall/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others.
BruceForstall/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.
BruceForstall/jitutils
BruceForstall/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.
BruceForstall/arcade
Tools that provide common build infrastructure for multiple .NET Foundation projects.
BruceForstall/Benchmarks
Benchmarks for ASP.NET Core
BruceForstall/buildtools
Build tools that are necessary for building the .NET Core projects
BruceForstall/cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
BruceForstall/core-setup
Installer packages for the .NET Core runtime and libraries
BruceForstall/corefxlab
This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.
BruceForstall/designs
This repo is used for reviewing new .NET designs.
BruceForstall/diagnostics
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
BruceForstall/dotnet-buildtools-prereqs-docker
Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs repository
BruceForstall/dotnet-ci
Repository containing scripting for the dotnet-ci Jenkins instance.
BruceForstall/fsharp
The F# compiler, FSharp.Core library, and tools for F#
BruceForstall/installer
.NET Core SDK Setup
BruceForstall/llvm-project
Mono's patches for the LLVM repository: https://www.mono-project.com/docs/advanced/runtime/docs/llvm-backend/#the-llvm-mono-branch
BruceForstall/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
BruceForstall/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
BruceForstall/NuGet.Client
Client Tools for NuGet - including Visual Studio extensions, command line tools, and msbuild support. (Open issues on https://github.com/nuget/home/issues)
BruceForstall/performance
This repo contains benchmarks used for testing the performance of .NET Frameworks.
BruceForstall/perfview
PerfView is a CPU and memory performance-analysis tool
BruceForstall/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
BruceForstall/runtimelab
This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
BruceForstall/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
BruceForstall/source-build
A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
BruceForstall/versions
This repo contains information about the various component versions that ship with .NET Core.
BruceForstall/WPF-Samples
Repository for WPF related samples
BruceForstall/xunit
xUnit.net is a free, open source, community-focused unit testing tool for the .NET Framework.