Reputation: 3361
Is there any restriction on the combination of the two frameworks? (in vs2012)
Searched and did not find any valid information. I can use async await, usually with PostSharp? I refer specifically to "OnMethodBoundaryAspect" and similar..
Upvotes: 1
Views: 147
Reputation: 3361
Apparently works. Only is a necessary caution, because of the use of Task that are mentioned here:
http://theburningmonk.com/2012/11/aop-using-postsharp-attributes-with-async-tasktaskt-methods/
Upvotes: 1