dbolin / Apex.Analyzers

Roslyn powered analyzers for C# to support convention defined architecture
MIT License
15 stars 2 forks source link

Could you add a strong name? #11

Closed realvizu closed 5 years ago

realvizu commented 5 years ago

Hi, thanks for this handy tool!

Could you add strong name to both Apex.Analyzers.Immutable and Apex.Analyzers.Immutable.Attributes? My project is strong named so I get CS8002 error when I try to use your assemblies.

error CS8002: Referenced assembly 'Apex.Analyzers.Immutable.Attributes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

dbolin commented 5 years ago

Done - nuget packages should be available shortly as well. I never did strong naming before because back when I read about it (probably about 10 years ago) it wasn't really encouraged.

I'll be doing this for the rest of my public libraries soon.