Skip to content

No longer failing when using MediaInfo if the assembly was loaded from a byte stream.

Carsten Schlote requested to merge ryno1234:master into master

Created by: ryno1234

Loading an assembly like this causes the Assembly.Location property to be an empty string since the assembly doesn't exist on disk, but instead in memory.

Merge request reports