Field {0} is a member of type {1}, which is serializable, but is of type {2}, which is not serializable. Add the NonSerializedAttribute to {0}.
Favor Fast Code. Maximizes the speed of EXEs and DLLs by instructing the compiler to favor speed over size. (This is the ...
Favor Size or Speed : Choose whether to favor code size or code speed; 'Global Optimization' must be turned on. (/Ot, /Os) ...
Feature '%1!ls!' is not part of the standardized ISO C# language specification, and may not be accepted by other compilers ...
Field cannot be deleted because an index is associated with the field. Please contact your Team Foundation Server administrator. ...
Field {0} is a member of type {1}, which is serializable, but is of type {2}, which is not serializable. Add the NonSerializedAttribute ...
Field {0} is declared as 'static readonly' but is initialized with a constant value '{1}'. Mark this field as 'const' instead. ...
Field {0} is declared as 'static readonly' but is initialized with an empty string ("). Mark this field as 'const' instead. ...
Fields of static readonly field '%1!ls!' cannot be assigned to (except in a static constructor or a variable initializer) ...
File '%1' was excluded and the code-behind file '%2' has been moved to 'App_Code' folder since an abstract method has been ...