Skip to content

4.0.0

Compare
Choose a tag to compare
@ThomasArdal ThomasArdal released this 24 Jul 07:49
· 26 commits to main since this release
  • Support for logging errors with promises.
  • Setting a cause in an Error will print as part of the stack trace (works like inner exceptions in C# now).
  • Type and Source will get the type and source of the most inner cause.
  • Support for Inspector.
  • ASP.NET Core 6 sample.
  • Fixed bug where sending a non-Error object to one of the log methods accepting an Error would cause an exception.