J. Lennon
J. Lennon

Reputation: 3361

Async CTP + Postsharp

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

Answers (1)

J. Lennon
J. Lennon

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

Related Questions