Elmah.Contrib.EntityFramework
1.3.0
See the version list below for details.
dotnet add package Elmah.Contrib.EntityFramework --version 1.3.0
NuGet\Install-Package Elmah.Contrib.EntityFramework -Version 1.3.0
<PackageReference Include="Elmah.Contrib.EntityFramework" Version="1.3.0" />
paket add Elmah.Contrib.EntityFramework --version 1.3.0
#r "nuget: Elmah.Contrib.EntityFramework, 1.3.0"
// Install Elmah.Contrib.EntityFramework as a Cake Addin #addin nuget:?package=Elmah.Contrib.EntityFramework&version=1.3.0 // Install Elmah.Contrib.EntityFramework as a Cake Tool #tool nuget:?package=Elmah.Contrib.EntityFramework&version=1.3.0
Provides the way to integrate Elmah with Microsoft ADO.NET Entity Framework
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.3.0:
[+] Adding to ElmahContext ctor accepting both connection string and table name
1.2.2:
[+] Added the support for MySQL
1.1.1:
[+] Adding to EntityErrorLog ctor accepting String
1.1.0:
[~] Rewritten in C# to do not require the F# runtime, unfortunately
1.0.3:
[+] Adding to ElmahError constructors accepting Elmah.Error or System.Exception
1.0.2:
[+] Added EF Code First DB context to query database using LINQ to Entities
1.0.1:
[+] Added EntityErrorLog to re-use EF connection string