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

Region is always empty #51

Closed makeProjectGreatAgain closed 3 years ago

makeProjectGreatAgain commented 3 years ago
//ExceptionReportInfo.cs
/// <summary>
/// Region information - set automatically by <see cref="ReportGenerator"/>
// </summary>
public string RegionInfo { get; set; }

It says "set automatically by ReportGenerator", but Region TextBox is always empty


v4.0.2 Commit 4f944c85

PandaWood commented 3 years ago

Thanks, well spotted... must be some kind of regression or mistake