Member constraints with the name '{0}' are given special status by the F# compiler as certain .NET types are implicitly augmented with this member. This may result in runtime failures if you attempt to invoke the member constraint from your own code.
Member '|1' cannot be found in class '|2'. This condition is usually the result of a mismatched 'Microsoft.VisualBasic.dll'. ...
Member '|1' cannot override member '|2' defined in another assembly/project because the access modifier 'Protected Friend' ...
Member '|1.|2' that matches this signature cannot be implemented because the interface '|1' contains multiple members with ...
Member '|1.|2' that matches this signature cannot be overridden because the class '|1' contains multiple members with this ...
Member constraints with the name '{0}' are given special status by the F# compiler as certain .NET types are implicitly augmented ...
Member {0} is marked with SuppressUnmanagedCodeSecurityAttribute. Make sure this does not result in a security vulnerability. ...
Member {0} uses member {1}. Because this member was introduced in {2}, which was not included in the project's target framework, ...
Member {0} uses type {1}. Because this type was introduced in {2}, which was not included in the project's target framework, ...
Members of property '%1!ls!' of type '%2!ls!' cannot be assigned with an object initializer because it is of a value type ...