{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:nuget/asyncstacktraceex","name":"asyncstacktraceex","description":"Normally when you look at Exception.StackTrace, it looks pretty bad for async method calls, and doesn't even include line numbers when it's run on a device like Phone which lacks PDBs.\n    \nThis package provides an alternative, Exception.StackTraceEx(), which has cleaned up async output, and which gives line and file numbers even on phone.\n\nThis way, if your app crashes, you can synthesize much better crash reports for the user to email back to you.\n\nAwait DownloadAsync(url).Log()\n\nTo get that richer information in exception stack-traces, you have to augment your \"await expr\" calls with \"await expr.Log()\", as shown above.\n\nAwait DownloadAsync(url).Log(\"DownloadAsync\",url)\n\nIf you chose to include more information, then the exception stack traces you get will be even richer and more actionable.","version":"1.0.0","softwareVersion":"1.0.0","license":"https://spdx.org/licenses/MIT","codeRepository":"https://github.com/ljw1004/async-exception-stacktrace","issueTracker":"https://github.com/ljw1004/async-exception-stacktrace/issues","url":"https://github.com/ljw1004/async-exception-stacktrace","keywords":["async","exception","stacktrace"],"programmingLanguage":{"@type":"ComputerLanguage","name":"Visual Basic"},"maintainer":[{"@type":"Person","name":"ljw1004"}],"author":[{"@type":"Person","name":"ljw1004"}],"copyrightHolder":[{"@type":"Person","name":"ljw1004"}],"dateCreated":"2014-08-24","dateModified":"2014-08-24","datePublished":"2014-08-24","copyrightYear":2014,"downloadUrl":"https://api.nuget.org/v3-flatcontainer/asyncstacktraceex/1.0.0/asyncstacktraceex.1.0.0.nupkg","applicationCategory":"nuget","runtimePlatform":"nuget","developmentStatus":"active","sameAs":["https://www.nuget.org/packages/asyncstacktraceex/"],"https://www.w3.org/ns/activitystreams#likes":34,"https://forgefed.org/ns#forks":4}