You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theMaxiCodeElementDrawer.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.
The text was updated successfully, but these errors were encountered: