C# Compiler Warning – CS0728 possibly incorrect assignment to local ‘

In this blog post, you’ll learn more about the C# Compiler Warning – CS0728 and the related message description

C# Compiler Warning Code

CS0728

C# Compiler Description for the Code :CS0728

Possibly incorrect assignment to local ‘{0}’ which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.

Tags :

Leave Your Comment