Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Framework 4.8 #176

Closed
talley opened this issue Oct 16, 2023 · 5 comments
Closed

.NET Framework 4.8 #176

talley opened this issue Oct 16, 2023 · 5 comments
Assignees
Labels

Comments

@talley
Copy link

talley commented Oct 16, 2023

It does not work with .NET Framework 4.8

@barnhill
Copy link
Owner

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

@barnhill barnhill self-assigned this Oct 17, 2023
@WinoVeritas
Copy link

.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
Copy link

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

@barnhill
Copy link
Owner

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

@barnhill
Copy link
Owner

This should be cleaned up with this PR: #203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants