AsyncDiagnostics icon indicating copy to clipboard operation
AsyncDiagnostics copied to clipboard

.Net Core support

Open NightWatchman opened this issue 8 years ago • 4 comments

Is there a version of this that works for apps that target netcoreapp1.0?

NightWatchman avatar Dec 19 '16 19:12 NightWatchman

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.

StephenCleary avatar Dec 20 '16 00:12 StephenCleary

Any update on this yet? This looks like a very helpful package to detect issues, given that async usage will be increased over time.

devsolvum avatar Jun 12 '17 12:06 devsolvum

PostSharp's support is still in preview. I haven't had a chance to play with it yet.

StephenCleary avatar Jun 12 '17 12:06 StephenCleary

Ah ok. Makes sense to wait for an actual version i guess. Thanks for letting me know

devsolvum avatar Jun 13 '17 13:06 devsolvum