-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.net45 async/await support? #2
Comments
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. |
like postsharp,when compile project,the postsharp will notify : " attribute with ApplyToStateMachine "
The text was updated successfully, but these errors were encountered: