Skip to content

2.0 IDictionary change, kills my framework #679

Description

@KingCode-W

Description

After #563

My construction is utilizing a Generic IDictionary for testContext so using a collections.IDictionary instead is breaking our selenium framework.

Expected behavior

Run normally

Actual behavior

CS1503 Argument 2: cannot convert from 'System.Collections.IDictionary' to 'System.Collections.Generic.IDictionary<string, object>'

Environment

Selenium Framework + alot of custom work of our own.
version 1.4.0 of the test framework is fine but 2.0+ this doesnt work.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions