Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 IDictionary change, kills my framework #679

Closed
novarichuffman opened this issue Jan 22, 2020 · 0 comments
Closed

2.0 IDictionary change, kills my framework #679

novarichuffman opened this issue Jan 22, 2020 · 0 comments

Comments

@novarichuffman
Copy link

novarichuffman commented Jan 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant