Fields which have a critical type cannot be used from transparent code, and should therefore be marked security critical. This makes it obvious to the users of the field that they must also be critical. Additionally, such fields frequently store sensitive information such as a handle value.
Feature '%1!ls!' is not part of the standardized ISO C# language specification, and may not be accepted by other compilers ...
Features you selected require the following components to be installed: %1. If you want to install these features press Ok ...
Field {0} is transparent or safe-critical but has security critical type {1}. This field should be marked security critical. ...
Fields of static readonly field '%1!ls!' cannot be assigned to (except in a static constructor or a variable initializer) ...
Fields which have a critical type cannot be used from transparent code, and should therefore be marked security critical. ...
File name contains invalid characters (wildcard characters are not supported);;File name '{0}' contains invalid characters ...
File name is listed as a source file more than once;;Duplicate file name: '{0}' is listed as a source file more than once ...
File name is listed as both a source file and an imported assembly;;Duplicate file name: '{0}' is listed as both a source ...
FileMode.Append is not permitted when creating new memory mapped files. Instead, use MemoryMappedFileView to ensure write-only ...