The Bugsnag
and Bugsnag.AspNet.Core
packages now officially support .NET Core 3.x, .NET 5 and .NET 6.
- Ensure RemoveProjectRoots works for assemblies that are run on a OS that differs from their build OS. | sgtfrankieboy | #154
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.
-
Strong name sign assemblies | yousif-bugsnag | #151
-
Ensure breadcrumbs are returned in the correct order | yousif-bugsnag | #150
-
Remove the 30 character limit for breadcrumb names. | yousif-bugsnag | #141
-
Switch to snupkg package format and publish symbols to nuget.org. | yousif-bugsnag | #143
- Fix a crash when stackframe method is null. | yousif-bugsnag | #140
-
Stop sending code snippets in error reports. | yousif-bugsnag | #134
-
Assume default behaviour for UnobservedTaskExceptions when App.config does not exist. | yousif-bugsnag | #135
-
Handle any exceptions raised when reading files for code segments. | twometresteve | #123
-
Account for process termination behavior when handling UnobservedTaskExceptions. | twometresteve | #125
-
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
-
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
-
Improve handling of exceptions when sending data | martin308 | #103
This is a major release to make the library clearer and easier to use and expand the support to new platforms. For upgrading instructions, see the upgrading guide.
- Rewritten to support .NET Core
- ASP.NET Core support added
- Improved ASP.NET support
- Much more
- Track whether an exception was captured automatically
- Support offline storage
- Add async notify support
- .NET 3.5 Support
- Azure Support