Downloaded the new nuget package 20.1.30 but when I compile I get the following error:
Quote:Error CS1061 'CrashDataEventArgs' does not contain a definition for 'Data' and no accessible extension method 'Data' accepting a first argument of type 'CrashDataEventArgs' could be found (are you missing a using directive or an assembly reference?)
Line can be commented out to compile but we need it for crash logging.
Quote:EO.Base.Runtime.CrashDataAvailable += (o, c) => { ReportErrorEO(c.Data); };
Re: Manually getting crash data:
https://www.essentialobjects.com/doc/common/crash_report.aspxAny ideas?