summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues
AgeCommit message (Collapse)AuthorFilesLines
2016-11-17[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)Stephane Delcroix1-1/+1
* [Xaml] cleanup xmlns usage, add XmlnsDefinition * docs
2016-10-12[XamlG] Fully qualify method names (#417)Stephane Delcroix2-0/+36
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix2-0/+47
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix2-2/+27
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-07-21[XamlC] Fix the getter of getters (#263)Stephane Delcroix2-0/+60
2016-05-27[Xaml] Fix MarkupExtension not found in default namespace (#183)Christian Schwarz2-0/+40
* [Xaml] Fix MarkupExtension not found in default namespace * Fixed indentation * Added XamlC unit test
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro4-0/+10
CS0618 occurs when using an obsolete property or method. https://msdn.microsoft.com/en-us/library/x5ye6x1e.aspx
2016-03-22Initial importJason Smith102-0/+3694