xamarin/Xamarin.Forms

Xaml Parser/Compiler does not identify invalid Xaml

开放

#5,947 创建于 2019年4月18日

 (1 条评论) (0 个反应) (1 位负责人)C# (1,926 个派生)batch import
a/Xaml </>e/2 :clock2:good first issuehelp wantedinactivet/bug :bug:up-for-grabs

仓库指标

星标
 (5,644 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description

The following Xaml, is invalid and does not produce a valid page, but it compiles and parses

Steps to Reproduce

  1. Clone Repo:
  2. Build and Run on iOS
  3. Add an extra > on line 29

Expected Behavior

Compile/Parse error

Actual Behavior

Compiles and parses but does not display right

Reproduction Link

https://github.com/Clancey/gMusic.Forms/

贡献者指南