Pinned Repositories
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.
corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.
android-riscv64
Issues and discussions around RISC-V support in AOSP.
alpencolt's Repositories
alpencolt/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.
alpencolt/corefx
This repo contains the .NET Core foundational libraries, called CoreFX. It includes classes for collections, file systems, console, XML, async and many others. We welcome contributions.
alpencolt/corert
This repo contains CoreRT, a .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying .NET Native compiler toolchain.
alpencolt/performance
This repo contains benchmarks used for testing the performance of all .NET Runtimes
alpencolt/runtime
.NET is a cross-platform runtime for cloud, IoT, and desktop apps.