Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore 10.0.10

About

Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore provides an ASP.NET Core middleware for EF Core error pages, allowing detection and diagnosis of errors with EF Core migrations.

Key Features

  • Captures and displays detailed error information from Entity Framework Core database operations
  • Helps developers diagnose and troubleshoot database-related issues in ASP.NET Core applications

How to Use

To use Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore, follow these steps:

Installation

dotnet add package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore

Configuration

To use the middleware, add it to the ASP.NET Core pipeline defined in your app's Program.cs:

builder.Services.AddDatabaseDeveloperPageExceptionFilter();

var app = builder.build();

if (app.Environment.IsDevelopment())
{
    app.UseDeveloperExceptionPage();
    app.UseMigrationsEndPoint();
}

Additional Documentation

For more information on using Entity Framework Core in ASP.NET Core applications, refer to the official documentation.

Feedback & Contributing

Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

No packages depend on Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore.

Version Downloads Last updated
11.0.0-preview.6.26359.118 2 21.07.2026
11.0.0-preview.5.26302.115 7 14.06.2026
11.0.0-preview.4.26230.115 9 20.05.2026
11.0.0-preview.3.26207.106 7 27.04.2026
11.0.0-preview.2.26159.112 6 15.03.2026
11.0.0-preview.1.26104.118 6 13.02.2026
10.0.10 2 21.07.2026
10.0.9 7 13.06.2026
10.0.8 8 20.05.2026
10.0.7 8 27.04.2026
10.0.6 7 27.04.2026
10.0.5 6 14.03.2026
10.0.4 7 14.03.2026
10.0.3 13 13.02.2026
10.0.2 9 09.02.2026
10.0.1 8 20.12.2025
10.0.0 7 20.12.2025
10.0.0-rc.2.25502.107 7 19.12.2025
10.0.0-rc.1.25451.107 6 19.12.2025
10.0.0-preview.7.25380.108 13 22.08.2025
10.0.0-preview.6.25358.103 8 08.08.2025
10.0.0-preview.5.25277.114 14 12.06.2025
10.0.0-preview.4.25258.110 9 12.06.2025
10.0.0-preview.3.25172.1 12 26.04.2025
10.0.0-preview.2.25164.1 15 24.03.2025
10.0.0-preview.1.25120.3 17 15.03.2025
9.0.18 2 21.07.2026
9.0.17 7 13.06.2026
9.0.16 6 20.05.2026
9.0.15 8 27.04.2026
9.0.14 8 14.03.2026
9.0.13 10 13.02.2026
9.0.12 12 09.02.2026
9.0.11 9 18.12.2025
9.0.10 9 18.12.2025
9.0.9 7 18.12.2025
9.0.8 12 20.08.2025
9.0.7 10 06.08.2025
9.0.6 10 06.08.2025
9.0.5 10 11.06.2025
9.0.4 15 25.04.2025
9.0.3 12 15.03.2025
9.0.2 18 15.03.2025
9.0.1 16 17.02.2025
9.0.0 15 19.12.2024
9.0.0-rc.2.24474.3 13 17.02.2025
9.0.0-rc.1.24452.1 13 18.02.2025
9.0.0-preview.7.24406.2 14 05.02.2025
9.0.0-preview.6.24328.4 15 18.02.2025
9.0.0-preview.5.24306.11 12 19.02.2025
9.0.0-preview.4.24267.6 13 05.02.2025
9.0.0-preview.3.24172.13 13 05.02.2025
9.0.0-preview.2.24128.4 14 20.02.2025
9.0.0-preview.1.24081.5 13 18.02.2025
8.0.29 2 21.07.2026
8.0.28 6 13.06.2026
8.0.27 7 20.05.2026
8.0.26 9 27.04.2026
8.0.25 7 14.03.2026
8.0.24 7 13.02.2026
8.0.23 12 09.02.2026
8.0.22 9 18.12.2025
8.0.21 9 18.12.2025
8.0.20 13 18.12.2025
8.0.19 8 21.08.2025
8.0.18 8 06.08.2025
8.0.17 9 06.08.2025
8.0.16 11 11.06.2025
8.0.15 11 25.04.2025
8.0.14 14 15.03.2025
8.0.13 19 15.03.2025
8.0.12 19 05.02.2025
8.0.11 14 12.02.2025
8.0.10 14 11.02.2025
8.0.8 23 05.02.2025
8.0.7 14 12.02.2025
8.0.6 14 12.02.2025
8.0.5 17 11.02.2025
8.0.4 15 05.02.2025
8.0.3 15 20.12.2024
8.0.2 14 05.02.2025
8.0.1 14 18.02.2025
8.0.0 13 11.02.2025
8.0.0-rc.2.23480.2 13 05.02.2025
8.0.0-rc.1.23421.29 16 17.02.2025
8.0.0-preview.7.23375.9 12 19.02.2025
8.0.0-preview.6.23329.11 11 13.02.2025
8.0.0-preview.5.23302.2 12 12.02.2025
8.0.0-preview.4.23260.4 13 12.02.2025
8.0.0-preview.3.23177.8 13 05.02.2025
8.0.0-preview.2.23153.2 18 16.02.2025
8.0.0-preview.1.23112.2 16 05.02.2025
7.0.20 13 18.02.2025
7.0.19 14 18.02.2025
7.0.18 22 16.02.2025
7.0.17 13 18.02.2025
7.0.16 14 18.02.2025
7.0.15 16 05.02.2025
7.0.14 13 05.02.2025
7.0.13 14 19.02.2025
7.0.12 13 05.02.2025
7.0.11 13 17.02.2025
7.0.10 19 16.02.2025
7.0.9 16 18.02.2025
7.0.8 14 18.02.2025
7.0.7 14 18.02.2025
7.0.5 14 15.02.2025
7.0.4 15 05.02.2025
7.0.3 20 18.02.2025
7.0.2 13 05.02.2025
7.0.1 15 16.02.2025
7.0.0 13 18.02.2025
7.0.0-rc.2.22476.2 15 19.02.2025
7.0.0-rc.1.22427.2 12 11.02.2025
7.0.0-preview.7.22376.6 15 18.02.2025
7.0.0-preview.6.22330.3 15 17.02.2025
7.0.0-preview.5.22303.8 13 13.02.2025
7.0.0-preview.4.22251.1 13 19.02.2025
7.0.0-preview.3.22178.4 13 18.02.2025
7.0.0-preview.2.22153.2 12 17.02.2025
7.0.0-preview.1.22109.13 13 05.02.2025
6.0.36 13 16.02.2025
6.0.35 14 17.02.2025
6.0.33 16 18.02.2025
6.0.32 15 19.02.2025
6.0.31 19 18.02.2025
6.0.30 14 19.02.2025
6.0.29 16 15.02.2025
6.0.28 15 18.02.2025
6.0.27 14 18.02.2025
6.0.26 14 18.02.2025
6.0.25 13 18.02.2025
6.0.24 14 18.02.2025
6.0.23 14 15.02.2025
6.0.22 13 19.02.2025
6.0.21 14 15.02.2025
6.0.20 18 11.02.2025
6.0.19 14 19.02.2025
6.0.18 19 16.02.2025
6.0.16 14 18.02.2025
6.0.15 15 05.02.2025
6.0.14 18 05.02.2025
6.0.13 14 15.02.2025
6.0.12 18 05.02.2025
6.0.11 14 18.02.2025
6.0.10 15 18.02.2025
6.0.9 15 18.02.2025
6.0.8 13 18.02.2025
6.0.7 13 18.02.2025
6.0.6 15 05.02.2025
6.0.5 17 17.02.2025
6.0.4 22 05.02.2025
6.0.3 14 18.02.2025
6.0.2 14 05.02.2025
6.0.1 13 15.02.2025
6.0.0 13 18.02.2025
6.0.0-rc.2.21480.10 13 12.02.2025
6.0.0-rc.1.21452.15 13 19.02.2025
6.0.0-preview.7.21378.6 15 05.02.2025
6.0.0-preview.6.21355.2 12 05.02.2025
6.0.0-preview.5.21301.17 15 18.02.2025
6.0.0-preview.4.21253.5 17 20.02.2025
6.0.0-preview.3.21201.13 13 18.02.2025
6.0.0-preview.2.21154.6 15 05.02.2025
6.0.0-preview.1.21103.6 12 05.02.2025
5.0.17 14 19.02.2025
5.0.16 15 18.02.2025
5.0.15 14 18.02.2025
5.0.14 15 18.02.2025
5.0.13 13 17.02.2025
5.0.12 14 18.02.2025
5.0.11 13 15.02.2025
5.0.10 15 13.02.2025
5.0.9 14 19.02.2025
5.0.8 16 17.02.2025
5.0.7 14 17.02.2025
5.0.6 13 18.02.2025
5.0.5 13 18.02.2025
5.0.4 20 18.02.2025
5.0.3 14 17.02.2025
5.0.2 12 18.02.2025
5.0.1 14 18.02.2025
5.0.0 16 18.02.2025
5.0.0-rc.2.20475.17 13 20.02.2025
5.0.0-rc.1.20451.17 14 18.02.2025
5.0.0-preview.8.20414.8 11 05.02.2025
5.0.0-preview.7.20365.19 16 18.02.2025
5.0.0-preview.6.20312.15 18 16.02.2025
5.0.0-preview.5.20279.2 13 18.02.2025
5.0.0-preview.4.20257.10 12 05.02.2025
5.0.0-preview.3.20215.14 12 12.02.2025
5.0.0-preview.2.20167.3 26 18.02.2025
5.0.0-preview.1.20124.5 13 17.02.2025
3.1.32 12 18.02.2025
3.1.31 14 05.02.2025
3.1.30 12 05.02.2025
3.1.29 17 18.02.2025
3.1.28 19 18.02.2025
3.1.27 15 18.02.2025
3.1.26 15 17.02.2025
3.1.25 13 18.02.2025
3.1.24 23 18.02.2025
3.1.23 13 18.02.2025
3.1.22 15 18.02.2025
3.1.21 14 18.02.2025
3.1.20 14 19.02.2025
3.1.19 13 18.02.2025
3.1.18 15 18.02.2025
3.1.17 14 18.02.2025
3.1.16 14 05.02.2025
3.1.15 13 12.02.2025
3.1.14 13 05.02.2025
3.1.13 15 18.02.2025
3.1.12 14 18.02.2025
3.1.11 13 18.02.2025
3.1.10 13 12.02.2025
3.1.9 13 18.02.2025
3.1.8 19 18.02.2025
3.1.7 14 18.02.2025
3.1.6 17 05.02.2025
3.1.5 14 18.02.2025
3.1.4 13 12.02.2025
3.1.3 16 17.02.2025
3.1.2 14 18.02.2025
3.1.1 14 17.02.2025
3.1.0 13 18.02.2025
3.1.0-preview3.19555.2 13 05.02.2025
3.1.0-preview2.19528.8 12 18.02.2025
3.1.0-preview1.19508.20 11 17.02.2025
3.0.3 14 18.02.2025
3.0.2 13 05.02.2025
3.0.0 19 12.02.2025
3.0.0-rc1.19457.4 13 20.02.2025
3.0.0-preview9.19424.4 12 18.02.2025
3.0.0-preview8.19405.7 12 19.02.2025
3.0.0-preview7.19365.7 12 19.02.2025
3.0.0-preview6.19307.2 27 20.02.2025
3.0.0-preview5-19227-01 11 13.02.2025
3.0.0-preview4-19216-03 11 19.02.2025
3.0.0-preview3-19153-02 16 05.02.2025
3.0.0-preview-19075-0444 13 18.02.2025
3.0.0-preview-18579-0056 13 18.02.2025
2.3.11 7 13.06.2026
2.3.10 7 20.05.2026
2.3.9 8 09.02.2026
2.3.8 6 09.02.2026
2.3.0 13 16.02.2025
2.2.1 14 18.02.2025
2.2.0 13 11.02.2025
2.2.0-preview3-35497 13 05.02.2025
2.2.0-preview2-35157 12 05.02.2025
2.2.0-preview1-35029 14 19.02.2025
2.1.1 14 18.02.2025
2.1.0 14 18.02.2025
2.1.0-rc1-final 17 18.02.2025
2.1.0-preview2-final 13 05.02.2025
2.1.0-preview1-final 12 05.02.2025
2.0.3 15 18.02.2025
2.0.2 15 05.02.2025
2.0.1 14 18.02.2025
2.0.0 12 05.02.2025
2.0.0-preview2-final 14 05.02.2025
2.0.0-preview1-final 15 05.02.2025
1.1.6 15 20.02.2025
1.1.5 18 12.02.2025
1.1.4 15 12.02.2025
1.1.3 14 18.02.2025
1.1.2 24 12.02.2025
1.1.1 16 18.02.2025
1.1.0 15 12.02.2025
1.1.0-preview1-final 14 19.02.2025
1.0.5 13 19.02.2025
1.0.4 11 11.02.2025
1.0.3 13 18.02.2025
1.0.2 12 13.02.2025
1.0.1 13 20.02.2025
1.0.0 16 13.02.2025
1.0.0-rc2-final 13 18.02.2025