summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.Xamlc/Xamarin.Forms.Xaml.Xamlc.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30[XamlC] update cecil to 0.10.0-beta5Stephane Delcroix1-4/+4
2017-03-16Resource loading (#815)Stephane Delcroix1-0/+15
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
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-04-06Enable warnings as errors in XAMLkingces951-0/+3
2016-03-22Initial importJason Smith1-0/+59