Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Exception ao clicar em Próximo em Datalhe

Estou com a seguinte exceção no método botãoProximo_Cliked em DetalheView.. a seguinte ex é lançada

        private void botaoProximo_Clicked(object sender, EventArgs e)
        {
            try
            {
                Navigation.PushAsync(new AgendamentoView(Veiculo));
            }
            catch (Exception ex)
            {

                throw;
            }

        }
{NInterpret.NInterpretException: Cannot store interpreted field `<Veiculo>k__BackingField` on <null>
  at NInterpret.Errors+wtf@16[b].Invoke (System.String m) [0x00006] in <5b4cad727eef0f2aa745038372ad4c5b>:0 
  at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finalize () [0x00012] in <55b16819904cf4daa74503831968b155>:0 
1 resposta
solução!

Consegui solucionar!!