In this blog post, you’ll learn more about the C# Compiler Error – CS1970 and the related message description
C# Compiler Error Code
CS1970
C# Compiler Description for the Code :CS1970
Do not use ‘System.Runtime.CompilerServices.DynamicAttribute’. Use the ‘dynamic’ keyword instead.
Leave a Reply