summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/XamlLoader.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-1/+1
* [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-08-15Refix mc ignorable (#302)Stephane Delcroix1-0/+1
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix1-2/+20
* [Xaml] allow the Previewer to provide their own Xaml files for any type * [Xaml] use a Func instead of an interface, easier to use by reflection. Add tests * [XamlC] move the InitializeComponent duplication to XamlC task * [XamlC] generate branching code * [XamlC] fix the XamlC issue * [XamlC] make the API public * [docs] fix docs
2016-07-18Revert "[Xaml] allow the Previewer to provide their own Xaml files for any type"Stephane Delcroix1-13/+2
This reverts commit 962c8fd352e32309c9dcb7f8c2f07a335f18fc75.
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any typeStephane Delcroix1-2/+13
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix1-2/+2
* [X] Support Merged RD * [X] Support RD as xaml roots * [XamlC] I have no idea how that used to work before * [C] Remove debugging statements * fix docs
2016-04-12[X] internal CreateFromXaml () (#77)Stephane Delcroix1-14/+44
2016-03-25Reformat using statementsChris King1-3/+3
2016-03-22Initial importJason Smith1-0/+208