Hey, this project has been very handy for an application I have running for years for a client.
I am now in the process of migrating this project from .NET Framework 4.7.2 to .NET 8.0.
I used the "standard" version of the package, and it works. For printing, though, I need the spool version, which is only compatible with the old framework.
I know the printing APIs are windows-only but so is my app.
I copied the necessary class into my project, and it seems everything there is compatible.
I tested with a virtual printer, but I believe it will work on a real one seamlessly.
Can we have a .NET Core build of the package, even if it's Windows-only?
Hey, this project has been very handy for an application I have running for years for a client.
I am now in the process of migrating this project from .NET Framework 4.7.2 to .NET 8.0.
I used the "standard" version of the package, and it works. For printing, though, I need the spool version, which is only compatible with the old framework.
I know the printing APIs are windows-only but so is my app.
I copied the necessary class into my project, and it seems everything there is compatible.
I tested with a virtual printer, but I believe it will work on a real one seamlessly.
Can we have a .NET Core build of the package, even if it's Windows-only?