Barcoded-dotNet-Framework icon indicating copy to clipboard operation
Barcoded-dotNet-Framework copied to clipboard

Barcode Class Library

Results 3 Barcoded-dotNet-Framework issues
Sort by recently updated
recently updated
newest added

Adds `SetHumanReadablePosition(HumanReadablePosition position)` as an alternative to `SetHumanReadablePosition(string position)`. `Encoder.SetHumanReadablePosition("Below");` can be a statically typed `Encoder.SetHumanReadablePosition(HumanReadablePosition.Below);`

Was linking to `1.0.1` specifically, even though the shield said `1.0.2`

I'm getting the same message on multiple PCs using different framework versions when adding the nuget package: System.Collections.Generic could not be found in GAC. I suspect that the package configuration...