TNG / ArchUnitNET

A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Apache License 2.0
826 stars 55 forks source link

ArchUnitNet assemblies have no strong name #223

Open Gargameleto opened 9 months ago

Gargameleto commented 9 months ago

When using ArchUnitNet in my project, I get following warning telling that the assembly has no strong name:

warning CS8002: Referenced assembly 'ArchUnitNET, Version=0.10.6.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

The assemblies should be strong named.

BerserkerDotNet commented 5 months ago

+1 to this, is there a plan to add a signed version of the package?