barcodelib icon indicating copy to clipboard operation
barcodelib copied to clipboard

.NET Framework 4.8

Open talley opened this issue 2 years ago • 3 comments

It does not work with .NET Framework 4.8

talley avatar Oct 16 '23 13:10 talley

The example application in this repo uses .NET Framework 4.8 ... is there something else you are seeing?

barnhill avatar Oct 17 '23 23:10 barnhill

.NET Framework 4.8 project Compiler Error CS0234 "The type or namespace name "Barcode" does not exist in the namespace "BarcodeLib" (perhaps there is no reference to the assembly)."

WinoVeritas avatar Oct 18 '23 07:10 WinoVeritas

Barcode exists only in BarcodeStandard, but Encode method has not the same signature.

duploman avatar Oct 18 '23 14:10 duploman

Looks like there is a need to do some namespace cleanup and get them all in BarcodeStandard. Ill fix this.

barnhill avatar Apr 29 '24 03:04 barnhill

This should be cleaned up with this PR: https://github.com/barnhill/barcodelib/pull/203

barnhill avatar Apr 29 '24 03:04 barnhill