summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Clean sync with 2.3.4-2Kangho Hur20-708/+0
2017-03-24[Xaml] do not set properties with private setters (#717)Stephane Delcroix2-0/+67
2017-03-24[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix2-0/+71
2017-03-24[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix2-0/+69
2017-03-24[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix2-0/+60
2017-03-24[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix2-0/+154
2017-03-24[X] passing test for 43733Stephane Delcroix2-0/+62
2017-03-24[Xaml] support CDATA (#698)Stephane Delcroix2-0/+55
2017-03-24[Xaml] passing test for bz42531Stephane Delcroix2-0/+75
2017-03-24[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix4-0/+95
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix2-0/+86
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix4-0/+97
2017-03-09[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix2-0/+61
2017-03-01Xamlc ppdb backport (#792)Stephane Delcroix2-1/+13
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix2-0/+60
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix6-12/+61
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix3-41/+8
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix1-4/+14
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix2-0/+69
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix2-0/+54
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix2-0/+85
2016-12-02fix buildStephane Delcroix1-3/+1
2016-12-02[XamlC] passing test for 47703Stephane Delcroix2-0/+76
2016-12-01fix the testsStephane Delcroix1-2/+0
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix2-0/+58
2016-12-01[XamlC] assigned derived type to generic BP (#566)Stephane Delcroix4-0/+126
2016-12-01[XamlC] support non-generic IMarkup on ABPs (#562)Stephane Delcroix5-1/+143
2016-11-17[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)Stephane Delcroix1-1/+1
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
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix2-2/+27
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
2016-04-11Enable CS0618 warnings as errors (#72)Paul DiPietro4-0/+10
2016-03-22Initial importJason Smith102-0/+3694