LosManos / LehmanLaidun

A solution for comparing contents of two folder structures.
Other
1 stars 0 forks source link

Get rid of System.Drawing.Common dependency in Console #14

Closed LosManos closed 3 years ago

LosManos commented 3 years ago

Make possible for all plugins to load their own dependencies. Get rid of System.Drawing.Common dependency in Console.


I was having problem loading ImagePlugin due to it not finding its dependency System.Drawing.Common.

So as a quick fix I made Console depend on it. In the longer run it would mean that plugins cannot load any more dependencies than Console has loaded, which breaks the whole plugin idea.

Try to remove System.Drawing.Common dependency from Console and it works. But... try to load the ImagePlugin and Console complains it cannot find System.Drawing.Common.

LosManos commented 3 years ago

There might be more dependencies, for instance what #11 draws in.