I have made a xamarin forms login screen and I want to put a logo in there, but it is not displaying. I have followed the instructions on the following link: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/images?tabs=windows#using-xaml
I am using xaml
I've tried following the link above but all that is displayed is a blank image, and if I use the following:
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MaisonNickel.MainPage"
Title="MainPage">
<ContentPage.Content>
<Image x:Name="cat" Aspect="AspectFit"/>
</ContentPage.Content>
</ContentPage>
also there is no error displayed, I checked the filters, it's a vs bug not refreshing