DO 4.3rc2 var displayTypes = assembly.GetTypes().Where(a => a.GetCustomAttributes(typeof(DisplayTypeAttribute), false).Count() > 0);
I have grep'ped our project and found no references to Postsharp v1 there. No referenced libraries except DO use PostSharp. Did you forget to remove a reference? This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Just did the same, there are no any references to PostSharp.Public from our assemblies and .csproj files. So I recommend to turn on Fusion Log to find out the cause. See e.g. this article for details. Seems, like i've found the problem, some references were ****'ed up with local dll's copied to the 'bin' folder |
We'll check this asap.