-
Notifications
You must be signed in to change notification settings - Fork 28
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
Could not load file or assembly 'System.Drawing.Common' #5
Comments
I was able to manually install |
This library was originally created about 14 years ago, and the last version of the .NET framework that I tested it with was v4.0. I suspect it won't be difficult to support .NET Core out of the box, but I don't do any .NET development these days and I no longer actively maintain this library. I would be happy to accept a PR that resolves the issue though! |
This should have been resolved by merging #9. If not, please leave a reply here with any necessary details about versions, platforms, and whatnot. |
Added PR #16. |
I get this error when calling
highlighter.Highlight("JavaScript", myString)
:I installed this library via Nuget.
I'm using .NET Core 2.1.302. Is this library compatible with .NET Core?
The text was updated successfully, but these errors were encountered: