summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests/MockCompiler.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-3/+18
* [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] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix1-0/+1
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-1/+1
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix1-0/+30
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property