I get this error when calling highlighter.Highlight("JavaScript", myString)
:
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Drawing.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.'
I installed this library via Nuget.
I'm using .NET Core 2.1.302. Is this library compatible with .NET Core?