Skip to content

Commit

Permalink
Use logging enrichment instead - this is not good
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Feb 8, 2025
1 parent 9329d1f commit c673014
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
9 changes: 0 additions & 9 deletions src/Shiny.Mediator.AspNet/AspNetExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,4 @@ public static class AspNetExtensions

return ip;
}


/// <summary>
/// Adds an ASPNET exception handler
/// </summary>
/// <param name="cfg"></param>
/// <returns></returns>
public static ShinyConfigurator AddAspNetExceptionHandler(this ShinyConfigurator cfg)
=> cfg.AddExceptionHandler<AspNetExceptionHandler>();
}
21 changes: 0 additions & 21 deletions src/Shiny.Mediator.AspNet/Infrastructure/AspNetExceptionHandler.cs

This file was deleted.

0 comments on commit c673014

Please sign in to comment.