Description
In the previous versions I had no problems with the following code.
ImageSource.ImageSourceImpl ??= new ImageSharpImageSource<Rgba32>(); header.AddImage(ImageSource.FromFile(Invoice.Image));
Now I get the following exception:
System.MissingMethodException: Method not found: 'SixLabors.ImageSharp.Image1<!!0> SixLabors.ImageSharp.Image.Load(System.IO.Stream, SixLabors.ImageSharp.Formats.IImageFormat ByRef)'. at PdfSharpCore.Utils.ImageSharpImageSource
1.FromStreamImpl(String name, Func1 imageStream, Nullable
1 quality)
at MigraDocCore.DocumentObjectModel.MigraDoc.DocumentObjectModel.Shapes.ImageSource.FromStream(String name, Func1 imageStream, Nullable
1 quality)
at PdfSharpCore.Drawing.XImage..ctor(Func1 stream) at PdfSharpCore.Drawing.XImage.FromStream(Func
1 stream)
Can someone help me?