Skip to content

Normalize selectors to not be a mixed type #3120

Open
@straker

Description

@straker

Currently our target selectors are a mixed type. It can be one of:

  1. string
  2. array of strings
  3. both

This works fine in loosely typed languages, but in strictly type languages like Java and C# that doesn't work. We should change the selectors so it is a consistent type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions