Skip to content

String.IsNullOrEmpty wrong pattern #32

Description

@marodev

The applied fix changes the program logic:

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

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

    bugSomething isn't working

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions