I'm running ImageSharp "1.0.0-beta0003" from NuGet on an Asp.Net Core 2.1 RC1 project, running on .Net Core 2.1 framework.
Loading an image from stream (ex. Image.Load<Rgba32>(imageStream);) I receive the same error of #510.
The main issue is that I can't downgrade "System.Memory" to "4.5.0-preview1-26216-02" because a version conflict:
Error NU1605 Detected package downgrade: System.Memory from 4.5.0-rc1 to 4.5.0-preview1-26216-02..