ExceptionReporter.NET icon indicating copy to clipboard operation
ExceptionReporter.NET copied to clipboard

ExceptionReporter is a .NET component that gathers detailed information on an Exception and the application/system running it. It allows the user to copy, save or send a custom-formatted report to the...

Results 10 ExceptionReporter.NET issues
Sort by recently updated
recently updated
newest added

Hello, We are using ExceptionReporter in one of our projects and we are currently migrating it to .Net6. As a consequence, we created a fork and tried our own migration...

Hi, I know you probably had been asked about this but I can't find in the issues so here it is, can you put a StrongName in the project? Even...

enhancement
help wanted

This PR will update the ExceptionReporter.NET to support the `net5.0-windows` TargetFramework I have tested it manually and all seems OK. Also, I have run UnitTests for `net5.0-windows` and 2 of...

I have added 'net5.0-windows' support for ExceptionReporter.WinForms in #59 PR. I am going to update other projects in the solution ( Demo, WPF etc ) if it is ok Also,...

Translation to Polish language. Perhaps it still needs to be improved.

When the delivery method is set as email and the report format is HTML, the report is sent showing the raw HTML as the message comment. It would be nice...

enhancement
help wanted

I would like to use the nuget package. It may be a noob question, but then how can I translate static texts in ExceptionReporter? I mean changing all the texts...

Looks like we have some users where the "Less Scary" dialog doesn't show the buttons. They are moved down and out of sight.

bug

If you use config with **ReportCustomTemplate** ``` Config = { AppName = "PhotoFuzz", AppVersion = "1.0", CompanyName = "photofuzz", SendMethod = ReportSendMethod.SimpleMAPI, EmailReportAddress = "[email protected]", FilesToAttach = new[] {"app.log"} ReportCustomTemplate...

enhancement
help wanted

Hi, it would be nice if there was a way to supply additional data to the exception reporter. This may be contextual state information that the application has available (and...

enhancement