Closed talley closed 7 months ago
The example application in this repo uses .NET Framework 4.8 ... is there something else you are seeing?
.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)."
Barcode exists only in BarcodeStandard, but Encode method has not the same signature.
Looks like there is a need to do some namespace cleanup and get them all in BarcodeStandard. Ill fix this.
This should be cleaned up with this PR: https://github.com/barnhill/barcodelib/pull/203
It does not work with .NET Framework 4.8