You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Microsoft.AspNetCore.Diagnostics.EntityFramework` provides an ASP.NET Core middleware for EF Core error pages, allowing detection and diagnosis of errors with EF Core migrations.
4
+
5
+
## Key Features
6
+
7
+
* Captures and displays detailed error information from Entity Framework Core database operations
8
+
* Helps developers diagnose and troubleshoot database-related issues in ASP.NET Core applications
9
+
10
+
## How to Use
11
+
12
+
To use `Microsoft.AspNetCore.Diagnostics.EntityFramework`, follow these steps:
For more information on using Entity Framework Core in ASP.NET Core applications, refer to the [official documentation](https://learn.microsoft.com/aspnet/core/data/ef-rp/intro).
39
+
40
+
## Feedback & Contributing
41
+
42
+
`Microsoft.AspNetCore.Diagnostics.EntityFramework` is released as open-source under the [MIT license](https://licenses.nuget.org/MIT). Bug reports and contributions are welcome at [the GitHub repository](https://github.com/dotnet/aspnetcore).
0 commit comments