.net - How to fix PostSharp warning LA0036? -


when building project lots of postsharp warnings like

postsharp: postsharp warning la0036: missing optimization information on method '...'. 

what mean , how can rid of them?

a bit late might have found solution. added following tag in project files raising warnings:

<propertygroup>    <usepostsharp>true</usepostsharp> </propertygroup> 

this fixed issue.


Comments