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