Analysis updated 2026-06-24
Read source for .NET Core 2.1 or 3.1 standard library classes for historical reference
Submit a servicing fix for an out-of-support .NET Core 2.1 or 3.1 release
Trace how a System.IO or System.Collections type was implemented before the dotnet/runtime merge
| dotnet/corefx | rqlite/rqlite | apache/brpc | |
|---|---|---|---|
| Stars | 17,499 | 17,499 | 17,501 |
| Language | — | Go | C++ |
| Setup difficulty | hard | easy | hard |
| Complexity | 5/5 | 4/5 | 5/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Repo is archived servicing-only, for active work use github.com/dotnet/runtime instead.
CoreFX was the library layer of .NET Core, Microsoft's open-source, cross-platform version of the .NET framework. This repository contained the standard library implementations that developers use when building .NET Core applications, including foundational components like System.Collections (data structures), System.IO (file and stream handling), and System.Xml (XML parsing), among many others. .NET Core itself is a runtime environment: when you write a C# or F# program and run it.NET Core is what executes it. CoreFX was the companion repo containing the class libraries, the pre-built tools and utilities that make up the "standard library" every .NET developer can call on. The actual runtime engine lived in a separate companion repository called CoreCLR. This repository is now archived. According to the description, it is only used for servicing maintenance updates for older versions (.NET Core 2.1 and 3.1). All active development has moved to the unified github.com/dotnet/runtime repository, which merged CoreFX and CoreCLR together. If you are looking to work with or contribute to .NET, that is the current home. The code is licensed under the MIT license and was maintained by Microsoft and open-source contributors as part of the .NET Foundation.
Archived repository that held the standard class library implementations for .NET Core. Active development moved to dotnet/runtime, which merged CoreFX and CoreCLR.
MIT lets anyone use, modify, and ship the code in commercial products, as long as the copyright notice is preserved.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.