I have used PostSharp and Paket for a while together in a project w/o any issues.
After a while, the weaving compiler was not more triggered and PostSharp therefore useless. With some investigation, I could identify the root cause but I have no idea how to solve it.
Summary: by introducing the NuGet package for PostSharp some things behind the scenes happen. With converting to Paket these things still work (in minimum on the machine where it was converted), as long no git cleanup -dxf
is done. Additionally a git clone
will also omit PostSharp after the conversion to Paket.
Under Github: PostSharpAndPaket a detailed analysis is available.