I'm posting this in the Bars forum because that's the GettingStarted I'm following, but this is applicable to anything in the SampleBrowser project that uses the ImageLoader class. I think there's a bug in this code:
public static ImageSource GetOther(string fileName)
=> GetOther("/Other/"+ fileName, freeze: true);
public static ImageSource GetOther(string fileName, boolfreeze)
=> LoadImageResource("/Other/"+ fileName, freeze);
Code that calls GetOther with one argument (e.g. ApplicationCommands.CoverPage) will return "/Other//Other/fileName".
[Modified 1 year ago]