When researching a fix, I saw that the .NetCore versions are deprecated, but the regular versions (Stimulsoft.Reports.Engine) require a -windows version because they reference pieces of System.Windows.Forms. I cannot deploy that to an App Service in Azure. Do you have it in your roadmap to remove the dependency on Windows Forms for the engine? The .NetCore version didn't have it. We need the base libraries of Stimulsoft not to have a Windows dependency so they can be deployed to Azure.
Is there a workaround in the meantime?
- Company.Shared.Reporting - engine wrapper - queries data and renders reports - references Stimulsoft.Reports.Engine (previously .NetCore version)
- Company.Api - .NET MVC API that renders the reports - references Company.Shared.Reporting
- Company.Wpf - WPF project that is the app frontend - references Company.Shared.Reporting and Stimulsoft.Reports.Wpf