Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0 |
Author(s): | oguzhankahyaoglu |
Last Update: | Monday, June 8, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/oguzhankahyaoglu/efcore.long-running-query-logger |
NuGet Url: | https://www.nuget.org/packages/EFCore.LongRunningQueriesLogger |
Install
Install-Package EFCore.LongRunningQueriesLogger
dotnet add package EFCore.LongRunningQueriesLogger
paket add EFCore.LongRunningQueriesLogger
EFCore.LongRunningQueriesLogger Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.0)
Tags
Apart from using any profiler, it will log an error (or anything depending on the configuration) if the specified threshold exceeded.