-
Notifications
You must be signed in to change notification settings - Fork 474
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
Support for .NET Core? #248
Comments
I just submited a pull request to add support for .Netstandard 2.0 ( #326 ) This should allow you to use it with .Net Core once .Net core 2.0 is released in a few months. |
Thanks @mmosca, I've tested your pull request and it worked mostly well, however, I'm having issues with one project that I tested exactly the same code used to change the fill colour and it does not seem to be doing the same if comparing the net45 vs netcore. The discrepancies seem to me the use of CSS-like styling inside SVG, for example:
On that SVG snipped, the net45 would pick up the fill colour, but the NetStandard version doesn't. Is that familiar to you? Are styles not supported? EDIT: In fact, I've tested this further and it does seem to me something to do with the Path (SvgPath). Changing the Fill works for Ellipse, Polygon, but not with SvgPath. Also, would you please clarify to me as of where does that pull request #326 stands in regards to the use of ZKWeb.System.Drawing as opposed .Net Compatibility Pack? Thanks |
@UweKeim - can you please check if current master works for you? |
Closing this one too in favor of the duplicate with the nicer number - please add comments regarding .NET Core support on that issue. |
Do you any plans to support your library running on .NET Core in the near future?
The text was updated successfully, but these errors were encountered: