allure-framework / allure-csharp

Allure integrations for C# test frameworks
https://allurereport.org/
Apache License 2.0
106 stars 65 forks source link

Sign assemblies with strong name. #376

Open ChamzyK opened 1 year ago

ChamzyK commented 1 year ago

I'm submitting a ...

What is the current behavior?

Assemblies don't have strong names.

What is the expected behavior?

All assemblies have strong names (All assemblies are signed).

What is the motivation / use case for changing the behavior?

We have test assemblies and they are signed with strong name, so we cannot reference to your unsigned assemblies (for ex. Allure.NUnit and Allure.SpecFlow). We sign assemblies, because we need access to internal classes of assemblies of our systems (signed company policies). We cannot make internal classes as public by design and security.

Please tell us about your environment:

magarich228 commented 1 month ago

Hello, can you tell me if there are plans to sign assemblies with a strong name?