Olá, quando eu coloco o objeto de usuário nos construtores começa a dar o seguinte erro "A chave fornecida não estava presente no dicionário." e o app nem executa mais, quando eu clico no erro ele aponta a seguinte linha
" " Na MaterDetail.xaml
MaterDetail.xaml completa
<?xml version="1.0" encoding="utf-8" ?>
<MasterDetailPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ProjetoTeste.Views.MasterDetailView"
xmlns:view="clr-namespace:ProjetoTeste.Views"
>
<MasterDetailPage.Master>
<view:MasterView></view:MasterView>
</MasterDetailPage.Master>
<MasterDetailPage.Detail>
<NavigationPage>
<x:Arguments>
<view:ListagemView></view:ListagemView>
</x:Arguments>
</NavigationPage>
<!--<view:ListagemView></view:ListagemView>-->
</MasterDetailPage.Detail>
</MasterDetailPage>
Visual Studio 2017 versão do android no projeto: 6.0 versão do android no dispositivo: 7.0 Dispositivo: K10 2017