summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks/XamlCTask.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23[XamlC] process symbols if DebugType is set (#925)Stephane Delcroix1-0/+2
2017-07-17[XamlC] change module MVID (#1045)Stephane Delcroix1-0/+5
2017-06-22[XamlC] Allow overriding the assembly resolver and whether to compile (#1003)Frank A. Krueger1-15/+28
* [XamlC] Allow overriding the assembly resolver and whether to compile by default * [XamlC] Add ForceCompile to override attributes
2017-05-16[XamlC] process symbols if DebugType is set (#925)Stephane Delcroix1-9/+9
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces951-0/+3
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
* [All] Normalize Obsolete attributes. Make sure we include the version in which the member was deprecated and consistent instructions for working around the deprecation, if applicable. * Update docs
2017-03-16Resource loading (#815)Stephane Delcroix1-18/+34
* Resource Loader * Replace XamlLoader API by ResourceLoader for the Previewer * instruct generated IL to use the resourceLoader * [docs] update docs * oops * [docs] fix docs
2017-03-01[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)Stephane Delcroix1-2/+0
2017-02-06[XamlC] support portable pdb (#726)Stephane Delcroix1-4/+2
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-153/+160
* [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 Datatemplate IL as well (#612)Stephane Delcroix1-24/+1
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix1-0/+23
2016-12-05[XamlC] drop ICSharpCode.Decompiler (#586)Stephane Delcroix1-18/+9
* [XamlC] drop ICSharpCode.Decompiler * update nuspec * fix typo
2016-11-16[XamlC] use correct filePath for XamlC error reporting (#513)Stephane Delcroix1-2/+7
* [XamlG] decorate partial classes with [XamlFile] attribute * [XamlC] use correct filePath for XamlC error reporting * [docs] update docs
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-218/+44
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix1-83/+94
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property
2016-08-15Refix mc ignorable (#302)Stephane Delcroix1-1/+2
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-07-25[XamlC] fix a bug in the debugging code introduced last week (#267)Stephane Delcroix1-6/+12
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix1-0/+49
* [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-06-01Xaml werr (#191)Stephane Delcroix1-8/+8
* [XamlC] get rid of 0219 * [XamlC] get rid of 0168 * [XamC] it's 436 time * [XamlC] bye 108 * [XamlC] remove one though obsolete invocation * [XamlC] no longer depend on any obsolete * align the stars
2016-03-25Reformat using statementsChris King1-3/+3
2016-03-22Initial importJason Smith1-0/+417