Hi,
first of all, thank you for your work on ExceptionReporter.NET. It has been a very useful and well‑designed library, and I appreciate the time and care you’ve put into it.
I’ve created a fork here:
https://github.com/mihula/ProExceptionReporter/
The fork is renamed, but it intentionally keeps the original namespaces for compatibility. I prepared it mainly to modernize and streamline the codebase for my needs:
- updated to support .NET Framework 4.8 and .NET 10
- removed all translations except English (pt/ru were removed)
- removed WPF support
- removed the dependency on DotNetZip / ProDotNetZip and replaced it with System.IO
- general cleanup and simplification
If any of these changes are useful or interesting for anyone, feel free to use it, it is published on nuget.org as https://www.nuget.org/packages/ProExceptionReporter/.
Thanks again for the original library!
Hi,
first of all, thank you for your work on ExceptionReporter.NET. It has been a very useful and well‑designed library, and I appreciate the time and care you’ve put into it.
I’ve created a fork here:
https://github.com/mihula/ProExceptionReporter/
The fork is renamed, but it intentionally keeps the original namespaces for compatibility. I prepared it mainly to modernize and streamline the codebase for my needs:
If any of these changes are useful or interesting for anyone, feel free to use it, it is published on nuget.org as https://www.nuget.org/packages/ProExceptionReporter/.
Thanks again for the original library!