summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/SetValue.xaml.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix1-14/+14
2016-12-01fix the testsStephane Delcroix1-4/+0
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix1-1/+63
* [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/+33
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix1-0/+28
* [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/+8
2016-08-02Xaml convert on add (#273)Stephane Delcroix1-0/+212
* [Xaml] add test for conversion on Set and Add * [Xaml] Fix conversion on Add() * [XamlC] use op_implicit before Add()