Our.Shield.Elmah
1.1.0
See the version list below for details.
dotnet add package Our.Shield.Elmah --version 1.1.0
NuGet\Install-Package Our.Shield.Elmah -Version 1.1.0
<PackageReference Include="Our.Shield.Elmah" Version="1.1.0" />
paket add Our.Shield.Elmah --version 1.1.0
#r "nuget: Our.Shield.Elmah, 1.1.0"
// Install Our.Shield.Elmah as a Cake Addin #addin nuget:?package=Our.Shield.Elmah&version=1.1.0 // Install Our.Shield.Elmah as a Cake Tool #tool nuget:?package=Our.Shield.Elmah&version=1.1.0
An app plugin to Our.Shield.Core Umbraco Cms package adding the popular error logging library ELMAH to umbraco. Adds the ability to handle restricting access to ~/elmah.axd via white/black list of IP Addresses or whether the user is logged in as an authorised Umbraco User
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. |
-
- elmah (= 1.2.2)
- Our.Shield.Core (= 1.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Lowered the target umbraco version. Now can be installed against 7.3.0+ (previously 7.5.4+).
- Fixed issue where StackTrace not displaying when viewing more details of an issue when using with Elmah SQLServer nuget package.
- Added domain filtering on the report tab. Now will only show errors that have occured for the domains defined on the environment. If no domains defined (i.e. default enviroment) errors are return as before.