xamarin/Xamarin.Forms

Renaming App.xaml causes various weird runtime errors

Aberta

#6.156 aberto em 10 de mai. de 2019

 (7 comentários) (0 reação) (0 responsável)C# (1.926 forks)batch import
a/Xaml </>a/buildchaine/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

Métricas do repositório

Stars
 (5.644 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description

exceptions like XamlParseException are raised ...

Steps to Reproduce

rename App.xaml and App.cs to MyApp.xaml and MyApp.cs change LoadApplication(new App()); to LoadApplication(new MyApp()); compile it and run it

Basic Information

  • Version with issue: 3.6
  • Last known good version: 3.4

Guia do colaborador