PandaWood / ExceptionReporter.NET

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 developer
MIT License
51 stars 32 forks source link

various improvements #30

Closed JavierCanon closed 6 years ago

JavierCanon commented 6 years ago

Im compiling in .net 4.7.2 for speed and others improvements like high DPI monitor support, but i think that compile in 4.0 without problems.

Added:

  1. translation support ( tested with spanish latin america), library and windorms demo.
  2. winforms demo improvements configuration to support high DPI monitors or two monitors (scale).
  3. http webapp demos project.
  4. http php github issue report example (tested and works with this fork).
  5. http php email send example.
PandaWood commented 6 years ago

Wow, thanks.

I might have to pick some of these changes out - as you can see there's been a lot of refactoring in the last few weeks (20 commits) - and not many of your changes compile anymore ;-)

Are you able to pull the latest master and add just your translation support in a separate Pull Request?

Those changes will probably work easily as I haven't changed the main ExceptionReportView much.

Then maybe make another Pull Request later with just the PHP demos.

BTW It is always best to preserve whatever you can when making a Pull Request and make only the minimum changes because we need to inform anyone upgrading this project, anything that might effect them or work differently.

JavierCanon commented 6 years ago

Ill try to make two branchs...