Allure nuget package is not Strong Named #3113
Unanswered
darrenge
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our project (https://github.com/microsoft/garnet) has all the csprojs strong named. Unfortunately, when I add the Allure nuget package and try to add the Allure meta data into our test code, I get this error when I compile:
Referenced assembly 'Allure.NUnit, Version=2.12.1.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.
To use Allure in our test code (post test runs work fine), we need to have Allure to be strong named. I am talking these two: Allure.Net.Commons.dll and Allure.NUnit.dll. Any plans to do that?
Beta Was this translation helpful? Give feedback.
All reactions