Bugsnag Dotnet Versions Save

.NET notifier for BugSnag. Error monitoring and error reporting for .NET.

v3.1.0

1 year ago

The Bugsnag and Bugsnag.AspNet.Core packages now officially support .NET Core 3.x, .NET 5 and .NET 6.

v3.0.1

2 years ago

Bug fixes

  • Ensure RemoveProjectRoots works for assemblies that are run on a OS that differs from their build OS. | sgtfrankieboy | #154

v3.0.0

2 years ago

The Bugnsag.dll, Bugsnag.AspNet.dll, Bugsnag.AspNet.Mvc.dll and Bugsnag.AspNet.WebApi.dll assemblies are now strong-name signed. The strong name key file Bugsnag.snk has been added to the repository. Bugsnag.AspNet.Core.dll remains unchanged. See the upgrade guide for more details.

Bug fixes

v2.2.3

2 years ago

Enhancements

Bug fixes

v2.2.2

3 years ago

Bug fixes

  • Stop sending code snippets in error reports. | yousif-bugsnag | #134

  • Assume default behaviour for UnobservedTaskExceptions when App.config does not exist. | yousif-bugsnag | #135

v2.2.1

3 years ago

Bug fixes

  • Handle any exceptions raised when reading files for code segments. | twometresteve | #123
  • Account for process termination behavior when handling UnobservedTaskExceptions. | twometresteve | #125

v2.2.1-alpha.0

4 years ago

Fixes

  • Avoid finalizer thread being blocked when an UnobserveredTaskException occurs in .NET v4.5.0+

This pre-release should not be used with .NET Framework versions prior to v4.5.0, or in later versions where ThrowUnobservedTaskExceptions has been enabled.

v2.2.0

5 years ago

2.2.0 (2018-07-19)

Enhancements

  • Add additional method of specifying ignore classes to allow for providing fully qualified assembly names in config files. | martin308 | #109

  • Include Configuration package with WebApi | martin308 | #105

v2.1.0

5 years ago

2.1.0 (2018-05-30)

Enhancements

Bug fixes

  • Only send session data when it exists | martin308 | #98

  • Request context is now available in custom middleware | martin308 | #91

  • Only set the context to the current request URL if the context has not already been set | tremlab | #89

  • Optimize serialization | ShamsulAmry | #101

  • Fix InProject namespaces detection | jviolas | #102

  • Improve handling of exceptions when sending data | martin308 | #103

v2.0.2

6 years ago

2.0.2 (2018-03-28)

Bug fixes

  • Allow the severity to be changed in callbacks | martin308 | #84