Skip to content

GCop302 false positive #310

@hamidmayeli

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))
{
     ...
}

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