dotnet/aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on March 7th, 2026
Created on March 11th, 2014
Open Issues & Pull Requests: 4,119 (-1)
Number of forks: 10,940
Total Stargazers: 38,392 (+0)
Total Subscribers: 1,442 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 34.5 hours
Mean response time: 139.9 days
90th percentile: 482.2 days
Tracked items: 6,919

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 75% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Status: Resolved" is answered fastest, typically in about 8 hours, while "perf-regression" waits about 9 weeks. 36% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3,558
New in 7 days: 65
Closed in 7 days: 70
Avg open age: 989 days
Stale 30+ days: 3,037
Stale 90+ days: 2,662

Recent activity

Opened in 7 days: 49
Closed in 7 days: 42
Comments in 7 days: 113
Events in 7 days: 466

Top labels

  • area-blazor (5,774)
  • area-networking (3,024)
  • perf-regression (2,988)
  • Perf (2,858)
  • area-mvc (2,628)
  • area-perf (2,574)
  • Status: Resolved (2,388)
  • enhancement (1,932)

Detailed Description

The dotnet/aspnetcore repository is the primary codebase for ASP.NET Core, an open-source cross-platform framework for building modern cloud-based web applications. Written in C#, it enables developers to create web apps, IoT applications, and mobile backends that run on Windows, Mac, and Linux. The framework is architected around modular components with minimal overhead, allowing developers to retain flexibility while building solutions that can be deployed to the cloud or run on-premises.

ASP.NET Core runs on .NET, a free and open-source application runtime, and provides an optimized development experience for contemporary internet-connected applications. The framework encompasses multiple technology domains including MVC patterns, Razor templating, HTTP handling, and server-side processing capabilities. The repository maintains nightly builds across multiple platforms and architectures, including Windows x64, x86, and arm64, as well as macOS and Linux variants with both installer and binary distribution options.

The repository demonstrates substantial community engagement and maintenance activity. This distribution suggests that Blazor functionality and performance optimization represent major development priorities within the project.

This active triaging and contribution pattern reflects the project's need for consistent maintenance and decision-making on a high volume of incoming issues and pull requests.

The project provides structured pathways for community involvement through weekly community standups streamed on YouTube, a published roadmap outlining schedule and milestone themes, and clear documentation on the triage process and contribution guidelines. The repository is closely integrated with related projects including the ASP.NET Core documentation repository, Entity Framework Core for data access, the .NET runtime, and the Razor compiler and tooling repository, forming a cohesive ecosystem for modern .NET web development.