Giter Club home page Giter Club logo

samircj / nbug Goto Github PK

View Code? Open in Web Editor NEW

This project forked from soygul/nbug

0.0 2.0 0.0 1.18 MB

NBug is a .NET library created to automate the bug reporting process. It automatically creates and sends: * Bug reports, * Crash reports with minidump, * Error/exception reports with stack trace + ext. info. It can also be set up as a user feedback system (i.e. feature requests).

Home Page: http://soygul.com/nbug

License: MIT License

C# 100.00%

nbug's Introduction

NBug

Build Status

NBug is a .NET library created to automate the bug reporting process. It automatically creates and sends:

  • Bug reports.
  • Crash reports with minidump.
  • Error/exception reports with stack trace + ext. info. It can also be set up as a user feedback system (i.e. feature requests).

Error reports can be sent to:

  • E-mail addresses.
  • HTTP(POST)/FTP servers.
  • Azure Blob storage.
  • Redmine/Mantis bug trackers.
  • Any custom destination via implementing the IProtocolFactory interface. See the source code for example implementations.

Quickstart

Read the quickstart here: http://soygul.com/nbug/

In a typical scenario all you need is to add the NuGet package (or compile and use the NBug.dll directly, which is always more up-to-date) and add following to your application's Program.cs file (assuming it is a console app):

// Uncomment the following after testing to see that NBug is working as configured
// NBug.Settings.ReleaseMode = true;

// NBug config
NBug.Settings.Destination1 = "Type=Mail;[email protected];[email protected];SmtpServer=smtp.mycompany.com;";

// Attach exception handlers after all configuration is done
AppDomain.CurrentDomain.UnhandledException += NBug.Handler.UnhandledException;

After this, any unhandled exception will be formatted and sent to the configured e-mail address, after the app is restarted by the user.

Questions

You can post your question on StackOverflow with NBug tag: http://stackoverflow.com/questions/tagged/nbug

Get it on NuGet

Install-Package NBug

Note: NuGet versions tends to be outdated so it is better to compile the project yourself to get the latest changes.

CodePlex Home

Old (up to v1.1.1 release) project source is hosted at CodePlex, where you can find more information about the project: http://nbug.codeplex.com/

nbug's People

Contributors

soygul avatar rftd avatar shaxxx avatar stef569 avatar lelmarir avatar doctordump avatar vegardlarsen avatar brettveenstra avatar hglee avatar ddaspit avatar hangy avatar juliussweetland avatar karlhiramoto avatar mjamro avatar yamatarobe avatar wocar avatar jarihu avatar

Watchers

James Cloos avatar Samir Carneiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.