Tag: C# Errors

C# Compiler Error – CS1738 named argument specifications must appea

In this blog post, you’ll learn more about the C# Compiler Error – CS1738 and the related message description C# Compiler Error Code CS1738 C# Compiler Description for the Code :CS1738 Named argument specifications must appear after all fixed arguments have been specified. Please use language version {0} or greater to allow non-trailing named arguments.

C# Compiler Warning – CS1956 member ‘{0}’ implements interface member

In this blog post, you’ll learn more about the C# Compiler Warning – CS1956 and the related message description C# Compiler Warning Code CS1956 C# Compiler Description for the Code :CS1956 Member ‘{0}’ implements interface member ‘{1}’ in type ‘{2}’. There are multiple matches for the interface member at run-time. It is implementation dependent which method will be called.

C# Compiler Error – CS4031 async methods are not allowed in an inte

In this blog post, you’ll learn more about the C# Compiler Error – CS4031 and the related message description C# Compiler Error Code CS4031 C# Compiler Description for the Code :CS4031 Async methods are not allowed in an Interface, Class, or Structure which has the ‘SecurityCritical’ or ‘SecuritySafeCritical’ attribute.