C# - Disable Dynamic Keyword

Posted by chief7 on Stack Overflow See other posts from Stack Overflow or by chief7
Published on 2010-05-07T20:17:28Z Indexed on 2010/06/18 12:33 UTC
Read the original article Hit count: 461

Is there any way to disable the use of the "dynamic" keyword in .net 4?

I thought the Code Analysis feature of VS2010 might have a rule to fail the build if the dynamic keyword is used but I couldn't fine one.

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010