summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
AgeCommit message (Collapse)AuthorFilesLines
2017-10-23force sync with upstream 2.4.0-sr2Kangho Hur1-1/+1
Change-Id: I36f0de33d03e804afd17f7ab2c60ae6f435ec402
2017-10-23Revert "[XamlC] support valueTypes x:Arrays (#875)"Kangho Hur1-1/+1
This reverts commit 8e7c58970b663011ae7420ed426e2f8df914f958.
2017-10-23Revert "[XamlC] fix build"Kangho Hur1-1/+1
This reverts commit afad539f0ad9252ea884e0d3b89d37bf7def9682.
2017-10-23Revert "Fix build"Kangho Hur1-0/+49
This reverts commit ce28d5833e3b6d60fdbda4c1da64abfc3ccc3cb2.
2017-10-23Revert "Fix build"Kangho Hur1-0/+6
This reverts commit 9ad537b77b37bd31c9db260d4fde8223fa4d2ed5.
2017-10-23Fix buildRui Marinho1-6/+0
2017-10-23Fix buildRui Marinho1-49/+0
2017-10-23[XamlC] fix buildStephane Delcroix1-1/+1
2017-10-18fix-cpStephane Delcroix1-12/+0
2017-10-18[Xaml] Chain op_implicit for OnPlatform (if needed) (#1176)Stephane Delcroix3-2/+104
* [Xaml] Chain op_implicit for OnPlatform (if needed) For OnPlatform<T>, if a conversion for T to the destination type exists, first convert OnPlatform<T> to T, the T to the dest type Also unify the way we look for op_implicit operators * [Xaml] only apply the double opImplicit if a flag is set * [C] allow conversion on parameter
2017-07-24[XamlC] resolve generic EventArgs (#1020)Stephane Delcroix3-0/+84
2017-07-06[Tests] Add nunit test adapter (#1038)Rui Marinho2-0/+2
* [Tests] Add nunit test adapter * [Tests] Add nunit vs adapter to Xaml and Pages unit tests project * [Tests] See if this works for TestSource * [vsts] Add ignore for now on generic tests  
2017-06-29[XamlC] update cecil to .10-b6Stephane Delcroix2-5/+5
2017-06-21[XamlC] Allow Properties and BP of generic types (#995)Stephane Delcroix5-42/+167
* [XamlC] Allow Properties and BP of generic types * try hard to convince the compiler that the variable is initialized * Update MethodDefinitionExtensions.cs
2017-06-14[test] add passing test for 56852Stephane Delcroix3-1/+70
2017-06-01[previewer] make sure we do not crash even if the previewer doesn't s… (#946)Stephane Delcroix1-1/+0
* [previewer] make sure we do not crash even if the previewer doesn't sets the flag * make the tests pass
2017-05-10[All] Rename Accessibility -> AutomationProperties (#912)Samantha Houts4-34/+34
* [All] Renamed Accessibility -> AutomationProperties * Update docs * Restore doc summaries * Revert unintended csproj changes
2017-05-10[Core] Accessibility works with XamlC (#911)Samantha Houts3-11/+110
* Add unit tests for a11y XAML parsing * [Core] Add Get/Set methods for XamlC * Update docs * Fix rogue blank line
2017-04-28[XamlG] supports x:FieldModifier (#878)Stephane Delcroix6-55/+142
* [XamlG] supports x:FieldModifier * adapt test as duplicate fields are now caught at XamlG time * [XamlG] supports UWP values in addition of WPF's for x:FieldModifier
2017-04-27[XamlC] support valueTypes x:Arrays (#875)Stephane Delcroix3-1/+75
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix3-0/+58
2017-04-25[Xaml] OnPlatform.Default value (#873)Stephane Delcroix2-1/+9
* [Xaml] OnPlatform.Default value * docs
2017-04-20[XamlC] support nested types type declarations (#872)Stephane Delcroix2-0/+15
2017-04-20[XamlC] allow namespaces in {x:Type} markups (#867)Stephane Delcroix2-13/+30
* [XamlC] allow namespaces in {x:Type} markups * missing test
2017-04-19[Xaml][test] Passing test for Bz55343Stephane Delcroix3-0/+83
2017-04-07[Xaml] Set the TargetProperty on ServiceProvider (#847)Stephane Delcroix4-0/+84
2017-04-06More Xaml generic support (#857)Stephane Delcroix2-2/+17
* [XamlG] allow x:Name on nested generic types * [Xaml*] fail on undeclared xmlns * [XamlC] allow x:Arguments on generic ctors
2017-04-06[Xaml[C]] supports 'using:' xmlns declarations (#851)Stephane Delcroix3-0/+62
2017-04-06Fix 54334 (#855)Stephane Delcroix6-4/+195
* [C] unset the FromStyle flag on manual setting * [C] Do not reset overriden values to default * complete the fix
2017-04-05[Xaml] updating the unittests project to cecil .10-b5 tooStephane Delcroix2-5/+5
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix3-0/+92
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix5-0/+109
* unit test * [C] make sure all children are properly parented
2017-03-16Resource loading (#815)Stephane Delcroix2-0/+10
* 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-15[test] passing test for 53318 (#818)Stephane Delcroix3-0/+67
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces952-0/+3
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-01[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)Stephane Delcroix2-5/+5
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix3-0/+67
2017-02-10Xaml empty service provider (#736)Stephane Delcroix3-0/+74
* [Xaml] AcceptEmptyServiceProvider * [XamlC] AcceptEmptyServiceProvider * docs
2017-02-02[Xaml] do not set properties with private setters (#717)Stephane Delcroix3-0/+73
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix4-0/+78
* [Xaml[C]] check for compatible types on op_implicit * fix merge issue
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix3-0/+75
* [Xaml[C]] throw meaningful exception while trying to set the content of a property without ContentPropertyAttribute * fix test
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix14-25/+206
* [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
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix3-0/+66
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix3-0/+160
2017-01-26[X] passing test for 43733Stephane Delcroix3-0/+68
2017-01-26[Xaml] support CDATA (#698)Stephane Delcroix3-0/+61
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix2-0/+12
2017-01-25[Xaml] passing test for bz42531Stephane Delcroix3-0/+81
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix3-0/+66
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix5-0/+101
* [Xaml] rename VisitChildrenFirst * [Xaml] rework SkipChildren in XamlNode * [Xaml] fix 45179 * fix