Skip to content

GCop302 false positive #310

Description

@hamidmayeli

A new syntax is introduced with C# 8 and it is the recommended way. But, GCop warns about it.

using var command = new SqlCommand(ADD_COMMAND_C, connection);

instead of

using(var command = new SqlCommand(ADD_COMMAND_C, connection))
{
     ...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions