Using PostSharp with F# - Need documentation with working example

前端 未结 1 1717
轮回少年
轮回少年 2020-12-21 04:00

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 PostS

相关标签:
1条回答
  • 2020-12-21 04:42

    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.

    0 讨论(0)
提交回复
热议问题