C6505
Visual Studio 2012
warning C6505: invalid annotation: MustCheck property may not be used on values of void type
This warning indicated that MustCheck property was used on a void data type. You cannot use MustCheck property on void type. Either remove the MustCheck property or use another data type.