Honeybadger.DotNetCore 0.7.0

dotnet add package Honeybadger.DotNetCore --version 0.7.0
                    
NuGet\Install-Package Honeybadger.DotNetCore -Version 0.7.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Honeybadger.DotNetCore" Version="0.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Honeybadger.DotNetCore" Version="0.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Honeybadger.DotNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Honeybadger.DotNetCore --version 0.7.0
                    
#r "nuget: Honeybadger.DotNetCore, 0.7.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Honeybadger.DotNetCore@0.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Honeybadger.DotNetCore&version=0.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Honeybadger.DotNetCore&version=0.7.0
                    
Install as a Cake Tool

Honeybadger for .Net Apps

Build & Test NuGet version NuGet downloads

This is the .Net Honeybadger Notifier.

Supported .Net versions:

All modern .Net Core applications are supported, up to .Net 9.0.

Documentation and Support

For comprehensive documentation and support, check out our documentation site.

Changelog

Changelog is automatically generated using Conventional Commits with versionize. Conventional Commits are enforced with a pre-commit git hook (using husky).

Contributing

  1. Fork the repo.
  2. Create a topic branch: git checkout -b my_branch
  3. Commit your changes: git commit -am "chore: boom"
  4. Write a test that verifies your changes
  5. Push to your branch: git push origin my_branch
  6. Send a pull request
  7. Make sure that CI checks are passing

Releasing

All packages are published on nuget.org with a Github Actions Workflow. The workflow does the following:

  • dotnet versionize - bump versions and generate changelog
  • dotnet pack
  • dotnet nuget push

Note: only users with write permissions can trigger this workflow (i.e. Collaborators).

Manual Releases

To release manually, execute the following steps:

  1. Run dotnet versionize in the root directory. This will bump the version in all projects and commit the new version as a tag.
  2. Run dotnet pack --configuration Release -o ./artifacts
  3. Run dotnet nuget push ./artifacts/*.nupkg --source https://api.nuget.org/v3/index.json --api-key YOUR_API_KEY
  4. Push the changes to the repository — at this point you will have pushed the git tags + the new versions of the packages to nuget.org.

License

This Honeybadger repository and published packages are MIT licensed. See the MIT-LICENSE file in this repository for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 2,169 2/1/2026
0.6.0 2,085 10/21/2025
0.5.0 767 2/26/2025
0.4.1 169 1/31/2025
0.4.0 157 1/27/2025
0.3.0 21,279 1/24/2023