Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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..

share|improve this question
Have you tried it? – svick Dec 9 '12 at 16:44
yes and it works! Actually I have not had time to update this question. – J. Lennon Dec 10 '12 at 9:58

1 Answer

up vote 1 down vote accepted

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/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.