Skip to content

rokstep-elmah-shims

NuGet version

GitHub source

Status: alpha

Install

Terminal window
dotnet add package Rokstep.Elmah.Shims

What this is

A drop-in replacement for the abandoned Elmah NuGet package (last stable release: 2013). Reference assemblies and types preserve the public surface, but every obsolete member emits an RKSEL#### diagnostic pointing you at the modern replacement.

What it does NOT do

  • Does not provide runtime functionality. This is a migration aid, not a re-implementation.
  • Does not cover hand-forked copies of Elmah source. If your codebase has a local copy of Elmah source, the diagnostic analyzers won’t fire.

Diagnostic IDs

16 total: RKSEL0001 - RKSEL0016.

CHANGELOG

See github.com/rokstep/elmah-shims/blob/main/CHANGELOG.md.