Skip to content

Fix MergeSequentialChecks detection #26

@marodev

Description

@marodev

The following code snipped demonstrates a wrong detection and applied fix:

-            while (bundle == null || bundle.NextLink != null)
+            while (bundle?.NextLink != null)

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