Using PostSharp with F # - Required Documentation with a Working Example

I need to capture the input and output of F # functions and decided to try using PostSharp. I could not find the documentation and a working F # example for using PostSharp with F #. Does anyone know where I can find this?

+4
source share
1 answer

PostSharp does not officially support F #. This may partially work, because PostSharp works at the MSIL level, but there is no guarantee that everything will work, and since it is not supported, the errors will not be resolved.

+5
source

All Articles