NBug icon indicating copy to clipboard operation
NBug copied to clipboard

Automated bug reporting library for .NET

Results 7 NBug issues
Sort by recently updated
recently updated
newest added

Hi, I set up in the app a destination to create a mantis ticket when an error is thrown. I set the following connection string : ``` Type=Mantis;Username=administrator;Password=P@ssw0rdj;Url=http://mantis.hostname.fr/api/soap/mantisconnect.php;ProjectId=1;Category=General;Severity=70;Status=10;SendAttachment=False;SuccessIfAttachmentFails=False;AddVersionIfNotExists=False; ``` But...

Bumps Microsoft.Data.OData from 5.2.0 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.2.0&new-version=5.8.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Problem described in depth here: http://stackoverflow.com/questions/33088807/seems-to-be-a-issue-with-dll-permissions-c-sharp

Hi! When creating a bug report with CustomInfo object set, NBug throws an exception when trying to submit this report. This problem was mentioned earlier [here on StackOverflow](http://stackoverflow.com/questions/26674405/nbug-custominfo-crashes). In Report.cs...

With some work, we can re-enable it with something like `Condition="$(OS) == 'WINDOWS_NT'"` without breaking Travis build. If that's not possible, we can create a new build target called `Travis`...

I had a discussion with a colleague this morning regarding the connection string format. The goal was the possibility to add certain templated fields to each destination. Say that you...