I just upgraded a project from 2008 to 2010 Beta 2 and StyleCop is now reporting SA1305 (Hungarian notation) warnings on variable names with the prefix 'is'. 'Is' is definitely in the list of allowed prefixes.
Is this a known issue? Has anyone else run across this problem? The code was definitely compiling without any warnings in 2008.