summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix1-2/+2
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix1-1/+1
* [Xaml] port some FactoryMethod tests to XamlC * [Xaml] support array parameters in factory ctors * [XamlC] support arrays as x:Arguments * fix build
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix1-1/+13
* [XamlC] (passing) test for 48242 * [XamlC] (failing) test for 48242 * [XamlC] more op_implicit conversions * additional test * fix rebase
2016-12-01[Xaml] support non-int enums (#575)Stephane Delcroix1-0/+1
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix1-0/+1
* [Xaml] more builtin conversion, and more type primitives * [XamlC] more builtin conversion, more type primitives
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix1-0/+9
2016-08-02Xaml convert on add (#273)Stephane Delcroix1-0/+78
* [Xaml] add test for conversion on Set and Add * [Xaml] Fix conversion on Add() * [XamlC] use op_implicit before Add()