I've encountered a problem with loading URL images in WPF .Net Core 3.0. I think it is a problem related to the .Net version rather than a code-related issue or anything (given that I don't have the issue in .Net Framework 4.7.2).
This is the problematic line:
<Image Source="http://cdn-www.airliners.net/aviation-photos/photos/7/0/1/1892107.jpg"/>
I need to have the image in the URL format, I am pulling it in from an SQL database. By setting the source directly to URL in the example, I believe I've eliminated any possible server-related issues (the original app is a little bit more complicated, but not even this simplified one-liner works).
