Skip to content

String.IsNullOrEmpty wrong pattern #32

@marodev

Description

@marodev

The applied fix changes the program logic:

-                        if (defaultGraph.Equals(string.Empty)) continue;
+                        if (string.IsNullOrEmpty(defaultGraph)) continue;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions