nickdodd79 / AutoBogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.
MIT License
431 stars 50 forks source link

AutoBogus does not have a strong name assembly #36

Closed oca159 closed 4 years ago

oca159 commented 4 years ago

I am trying to use AutoBogus in a . Net Core 2.2 app but it throws an error saying :

error CS8002: Referenced assembly 'AutoBogus, Version=2.8.2.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

For some reasons that are out of my control, I need all assemblies to be signed, can someone please confirm if this would be added in the near future?

nickdodd79 commented 4 years ago

Hey @oca159,

I can add some strong naming to the next version. I will let you know when it is done.

Nick.