dotnet/runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on September 3rd, 2026
Created on September 24th, 2019
Open Issues & Pull Requests: 7,710 (+0)
GitHub issues: Enabled
Number of forks: 5,578
Total Stargazers: 18,253 (+0)
Total Subscribers: 447 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 58% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. 20% of tracked open issues have had no activity in three months. Only 2% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4,365
New in 7 days: 144
Closed in 7 days: 92
Avg open age: 941 days
Stale 30+ days: 3,339
Stale 90+ days: 2,371

Recent activity

Opened in 7 days: 132
Closed in 7 days: 79
Comments in 7 days: 87
Events in 7 days: 659

Top labels

  • area-CodeGen-coreclr (2,148)
  • in-pr (1,566)
  • api-suggestion (1,369)
  • Known Build Error (1,319)
  • arch-wasm (1,102)
  • tenet-performance (1,072)
  • blocking-clean-ci (682)
  • blocking-clean-ci-optional (663)

Detailed Description

.NET Runtime is a cross-platform runtime that executes C# and other .NET languages across cloud, mobile, desktop, and IoT applications.

The runtime provides the execution environment, just-in-time compilation, garbage collection, and standard libraries needed to run .NET applications on Windows, Linux, macOS, and other platforms. It handles the translation of compiled .NET code into machine instructions and manages memory and resource allocation during program execution. The repository contains the source code for building the runtime itself, the core class libraries, and the shared host installer that users download to run .NET applications.

Developers should adopt this runtime if they are building applications in C# or other .NET languages and need cross-platform support. It suits cloud-native applications, web services built with ASP.NET Core, desktop applications, mobile apps, and IoT solutions. The runtime is production-ready with official releases, long-term support versions, and comprehensive documentation covering installation, deployment, and API reference. For those wanting to test unreleased features, nightly builds are available for dogfooding in development projects.

The project receives issue reports from both the core team and external users, indicating adoption beyond the maintainers while maintaining a manageable support load.