issus / AltiumSharp

C# .NET Standard library to read Altium library files and render them
Apache License 2.0
65 stars 37 forks source link

Dependency on System.Drawing.Common #22

Open Laurnz opened 1 year ago

Laurnz commented 1 year ago

AltiumSharp has a dependency on System.Drawing.Common and as far as I saw, this is the only dependency tying this project to Windows.

It is technically possible to run System.Drawing.Common outside Windows, but advised not to do so.

Is it planned to exchange this dependency, how high is the priority, and would pull requests be considered? What would the desired alternative be?