AsyncDiagnostics
AsyncDiagnostics copied to clipboard
.Net Core support
Is there a version of this that works for apps that target netcoreapp1.0?
This isn't possible directly, since AsyncDiagnostics must use something like PostSharp or Fody, neither of which support netcoreapp yet.
It looks like PostSharp has preview-level support for that target, so I'll leave this issue open and see if I can get it working.
Any update on this yet? This looks like a very helpful package to detect issues, given that async usage will be increased over time.
PostSharp's support is still in preview. I haven't had a chance to play with it yet.
Ah ok. Makes sense to wait for an actual version i guess. Thanks for letting me know