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 8 Support for MaxiCode / UPS Barcodes #254

Open
DSpirit opened this issue Jun 18, 2024 · 1 comment
Open

.NET 8 Support for MaxiCode / UPS Barcodes #254

DSpirit opened this issue Jun 18, 2024 · 1 comment

Comments

@DSpirit
Copy link

DSpirit commented Jun 18, 2024

Hey there,

first of all many thanks for this repository - we saved a lot of time using it.
As time goes on, we are preparing to upgrade to .NET 8. However, as we serve UPS labels I stumbled upon the System.Drawing dependency using the Zint lib for Maxicodes.

I had a look into the code and recognized a strong dependency to the Graphics object in the MaxiCodeElementDrawer.cs, assuming this would be a breaking change for .NET 8.

Are there any plans / workarounds to continue viewing MaxiCode labels using .NET 8? Afaik the libgdi+ dependency won't be available for .NET 8 projects, so I was wondering if and how this project will handle future implementations.

Sorry if I'm mixing things up, I'm quite new to this topic.

@primo-ppcg
Copy link
Collaborator

primo-ppcg commented Jun 19, 2024

System.Drawing dependency using the Zint lib for Maxicodes.

That is unfortunate. We may need to find an alternative moving forward.

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

No branches or pull requests

2 participants