xamarin/Xamarin.Forms

Xaml Parser/Compiler does not identify invalid Xaml

Offen

#5.947 geöffnet am 18.04.2019

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)C# (1.926 Forks)batch import
a/Xaml </>e/2 :clock2:good first issuehelp wantedinactivet/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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/

Contributor Guide