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

Selenium.Support.StrongNamed should depend on Selenium.WebDriver.StrongNamed instead of Selenium.WebDriver #5511

Closed
justkao opened this issue Feb 19, 2018 · 2 comments
Labels

Comments

@justkao
Copy link

justkao commented Feb 19, 2018

Meta -

OS:
Windows 10
Selenium Version:
3.9.1

Expected Behavior

The package Selenium.Support.StrongNamed should depend on Selenium.WebDriver.StrongNamed

Actual Behavior

The package Selenium.Support.StrongNamed depends on Selenium.WebDriver

Steps to reproduce -

Download strong signed packages from http://selenium-release.storage.googleapis.com/index.html?path=3.9/ and reference the Selenium.Support.StrongNamed package in net core project that is strong named. Building this project causes the build error.

Referenced assembly 'WebDriver, Version=3.9.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

@jimevans
Copy link
Member

As a workaround, please do not use package references for the strong-named assemblies. Extract the assembles from the .nupkg files and reference the assemblies directly.

@jimevans
Copy link
Member

Fixed in 637967a. Will be released in next release of the .NET bindings (currently next release will be 3.12, and no scheduled time frame for the release is available).

@lock lock bot locked and limited conversation to collaborators Aug 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants