问题
I have a need to capture the input and output of F# functions and decided to try using PostSharp. I was unable to find documentation and a working F# example for using PostSharp with F#. Does anyone know where I might find such?
回答1:
PostSharp does not officially support F#. It may partially work, because PostSharp works at MSIL level, but there's no guarantee that everything will work, and since it is not supported, bugs will not be solved.
来源:https://stackoverflow.com/questions/14653231/using-postsharp-with-f-need-documentation-with-working-example