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

Add opt-out config information to assembly version verification error message #1787

Closed
devlead opened this issue Sep 7, 2017 · 2 comments · Fixed by #1789
Closed

Add opt-out config information to assembly version verification error message #1787

devlead opened this issue Sep 7, 2017 · 2 comments · Fixed by #1789
Assignees
Milestone

Comments

@devlead
Copy link
Member

devlead commented Sep 7, 2017

Currently we get an error like

Error: The assembly 'Cake.Coveralls, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null'
is referencing an older version of Cake.Core (0.17.0). This assembly need to reference at least Cake.Core version 0.22.0.
Another option is to downgrade Cake to an earlier version.

A third option is opt out on own risk using Skip Verification settings

--settings_skipverification=true

we should add this to the message,

@devlead devlead added this to the v0.22.0 milestone Sep 7, 2017
@devlead devlead self-assigned this Sep 7, 2017
@devlead
Copy link
Member Author

devlead commented Sep 7, 2017

Relates to cake-build/website#401

@devlead
Copy link
Member Author

devlead commented Sep 7, 2017

Also relates to #1786

devlead added a commit to devlead/cake that referenced this issue Sep 8, 2017
* Adds opt-out configuration information in error message
* Outputs detailed debug information about assemblies that verifier would throw on if enabled
* fixes cake-build#1787
gep13 added a commit that referenced this issue Sep 8, 2017
GH1787: Detailed assembly version verification message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant