xamarin/Xamarin.Forms

Renaming App.xaml causes various weird runtime errors

オープン

#6,156 opened on 2019/05/10

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
a/Xaml </>a/buildchaine/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド