KingAOP
KingAOP copied to clipboard
.net45 async/await support?
like postsharp,when compile project,the postsharp will notify : " attribute with ApplyToStateMachine "
Thanks @DTBruce your PR is welcome:)
I am also looking for asynchronous support. It is one of the only thing I require from PostSharp currently. I have been unable to find any other alternative that can accurately measure asynchronous execution time while allowing me to use the current framework that I have. Would also be great if it supported .NET 4.6
it not work on .net45
Use https://github.com/ArxOne/MrAdvice instead. It has nice async API.