barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
736 stars 239 forks source link

BarcodeStandard does not have a strong name in NET Standard 2.0 #153

Closed edisonjromor closed 1 year ago

edisonjromor commented 1 year ago

Warning CS8002 Referenced assembly 'BarcodeStandard, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name.

barnhill commented 1 year ago

Where is this message coming from? Is this when importing it somewhere?

barnhill commented 1 year ago

There is a new branch that is updating to SkiaSharp for cross platform support. I have added signing the assembly in there. https://github.com/barnhill/barcodelib/pull/152

barnhill commented 1 year ago

Closing this as this will be resolved with the PR mentioned above.