microsoft/referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on September 20th, 2026
Created on November 12th, 2014
Open Issues & Pull Requests: 84 (+0)
GitHub issues: Enabled
Number of forks: 1,300
Total Stargazers: 3,449 (+0)
Total Subscribers: 268 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 470 days
Stale 30+ days: 29
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Missing Source (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

The .NET Reference Source is a read-only repository containing source code from the Microsoft .NET Framework class libraries.

The repository serves as a reference implementation for a subset of the .NET Framework, providing developers with access to the underlying source code of core class libraries. It exists primarily as a consultation resource during the development of .NET Core, allowing the open-source .NET Core project to reference proven implementations from the .NET Framework. The repository also enables the broader .NET developer community to understand how framework components work internally and to leverage this knowledge for their own development scenarios.

Developers should treat this repository as a reference and learning resource rather than a development platform. It suits those who need to understand the internals of .NET Framework class libraries or who are working on .NET Core development and want to consult the original implementations. The repository is explicitly read-only and does not accept feature requests or bug reports, so it is not appropriate for contributing changes or reporting issues. Those working with .NET Framework should direct issues to the official .NET Framework feedback channels, while those working with .NET Core should use the .NET Core repository.

The project receives no active development activity. The repository is maintained as a static reference archive with no ongoing commits, pull requests, or issue resolution.