barnhill / barcodelib

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

.NET Framework 4.8 #176

Closed talley closed 7 months ago

talley commented 1 year ago

It does not work with .NET Framework 4.8

barnhill commented 1 year ago

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

WinoVeritas commented 1 year ago

.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)."

duploman commented 1 year ago

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

barnhill commented 7 months ago

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

barnhill commented 7 months ago

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