summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-2/+4
* [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-12[XamlC] Optimize Stloc/Ldloc (#614)Stephane Delcroix1-1/+1
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix1-1/+1
This doesn't happen often, and I haven't found any valid XAML file out there requiring this, but in the case of 49307, it at least generates valid IL, which then fails with a NRE as this is the nature of callvirt.
2016-12-05[XamlC] drop ICSharpCode.Decompiler (#586)Stephane Delcroix1-4/+1
* [XamlC] drop ICSharpCode.Decompiler * update nuspec * fix typo
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-2/+12
2016-04-06Enable warnings as errors in XAMLkingces951-0/+3
2016-03-22Initial importJason Smith2-0/+128