Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

I don't understand how we're going to get and set the correct values for the WebKitPath during our CI/CD process

This is a .net core application running as a web service.  We have developers working on windows and macs and the web service will exist in a Docker container running on Linux.

I'm currently hard-coding this value:

settings.WebKitPath = "/Users/{username}/.nuget/packages/syncfusion.htmltopdfconverter.qtwebkit.net.core/17.1.0.38/lib/QtBinariesMac/";

But this will fail for our windows developers.  Why aren't these libraries pulled into the project during a restore?  

Do you have a pattern for how this should work in the ci/cd environment for Docker builds?  

I'm sure we could hack something together but this should be part of the restore process.


Thanks!