summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/Issues
AgeCommit message (Expand)AuthorFilesLines
2017-06-21[XamlC] Allow Properties and BP of generic types (#995)Stephane Delcroix2-0/+70
2017-06-14[test] add passing test for 56852Stephane Delcroix2-0/+63
2017-04-28[XamlG] supports x:FieldModifier (#878)Stephane Delcroix2-13/+15
2017-04-27[XamlC] support valueTypes x:Arrays (#875)Stephane Delcroix2-0/+68
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix2-0/+52
2017-04-19[Xaml][test] Passing test for Bz55343Stephane Delcroix2-0/+77
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix2-0/+65
2017-04-06Fix 54334 (#855)Stephane Delcroix5-4/+183
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-15[test] passing test for 53318 (#818)Stephane Delcroix2-0/+61
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix2-0/+61
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix2-0/+67
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix2-0/+71
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix2-0/+69
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix2-1/+13
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix2-0/+60
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix2-0/+154
2017-01-26[X] passing test for 43733Stephane Delcroix2-0/+62
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix2-0/+55
2017-01-25[Xaml] passing test for bz42531Stephane Delcroix2-0/+75
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix2-0/+60
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix4-0/+95
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