An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

asyncstacktraceex

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. This package provides an alternative, Exception.StackTraceEx(), which has cleaned up async output, and which gives line and file numbers even on phone. This way, if your app crashes, you can synthesize much better crash reports for the user to email back to you. Await DownloadAsync(url).Log() To get that richer information in exception stack-traces, you have to augment your "await expr" calls with "await expr.Log()", as shown above. Await DownloadAsync(url).Log("DownloadAsync",url) If you chose to include more information, then the exception stack traces you get will be even richer and more actionable.

Ecosystem
nuget.org
Latest Release
1.0.0
over 11 years ago
Versions
4
Downloads
109,702 total
Dependent Repos
3
Links
Registry nuget.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/asyncstacktraceex
spec
License MIT
First Release over 11 years ago
Last Synced 18 days ago
Repository
Stars 34 on GitHub
Forks 4 on GitHub
Rankings on nuget.org
Overall Top 8.4%
Downloads Top 4.2%
Dependent repos Top 4.2%
Forks Top 7.3%