xamarin/Xamarin.Forms

Renaming App.xaml causes various weird runtime errors

开放

#6,156 创建于 2019年5月10日

 (7 条评论) (0 个反应) (0 位负责人)C# (1,926 个派生)batch import
a/Xaml </>a/buildchaine/3 :clock3:help wantedinactivet/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南