Specific error with C#

Hi,

Method IL Size: 184. Maximum Size: 165 (Long methods are usually hard to understand and maintain. This method can cause problems because it contains more code than the maximum allowed.)

Since I wasn’t able to find this in the FAQ, nor anybody answered it on the IRC channel (chat), I would like to ask, if this is causing validation error or not. I manually run the test case and passed - the same test case failed on the validation with this warning. Question is, is it a size problem or an algorithmic?

On an additional note, the hard to read comment is really annoying, because probably it is bigger, to create code read it easier, instead of trying to figure out what the programmer wanted to do.