summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/FactoryMethodMissingMethod.xaml.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-1/+6
* [XamlC] change MockCompile (internal) API * [XamlC] fix debugging in unit test project * f * [XamlC] update cecil to 0.10.0-beta1-v2 * beta2 * avoid method duplication * [XamlC] force loading MdbReader and Writer * [XamlC] force use the writer in the other task too * [XamlC] fix test and test code generator * try building this * [XamlC] Ensure InitializeComponent is correctly routed * fix
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix1-0/+35
* [Xaml] port some FactoryMethod tests to XamlC * [Xaml] support array parameters in factory ctors * [XamlC] support arrays as x:Arguments * fix build