Field cannot be deleted because an index is associated with the field. Please contact your Team Foundation Server administrator.
Fallback Location : This value is used as a secondary location to store the browsing database or IntelliSense files. If empty, ...
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) ...