Describe the bug
Get an exception, can't marshall object. This worked in .0.8
.NET Framework 4.7.2
To Reproduce
ShellObject obj = ShellObject.FromParsingName(path);
ShellThumbnail thumbnail = obj.Thumbnail;
thumbnail.FormatOption = ShellThumbnailFormatOption.IconOnly;
imageSource = thumbnail.MediumBitmapSource; (this causes an exception)
Expected behavior
bitmap image source should be returned.
Describe the bug
Get an exception, can't marshall object. This worked in .0.8
.NET Framework 4.7.2
To Reproduce
Expected behavior
bitmap image source should be returned.