We just launched a brand new version of our API. The big difference is that the API is now running on ASP.NET Core (instead of ASP.NET Web API). The new API is backward compatible with all of the existing integrations already using Elmah.Io.Client version 3.x. If you are logging through packages like Elmah.IoElmah.Io.AspNetCoreSerilog.Sinks.ElmahIo, or similar, you don’t need to do anything. You are already running on the new API!

Here is a list of changes included in the new version:

ASP.NET Core

As mentioned previously, the new API is running on ASP.NET Core. We already see superior performance compared to the old version running on ASP.NET Web API.

#aspdotnet core #api

Migrating the elmah.io API to ASP.NET Core
1.25 GEEK