* [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
Removed the cornerRadius conversion to pixels in the DrawCanvas function.
In both the DrawOutline and DrawBackground function the conversion is done as well, which caused it to happen twice, resulting in wrong radius.
* [UWP]Add required info for .net native when using AccessibilityView on UWP
* [UWP] Add reference to xaml assembly
* [UWP] Change rd.xml to be a embeded resource
* [UWP] Move code to the right place
* [UW]Only specify namespace we need
* More parameter descriptions in parameter-complete push.
* More paremeter descriptions.
* Remainder of parameter docs for Xamarin.Forms namespace
* Straggler paramter complete file.
* Marked all internal parameters as internal in docs.
* Parameter summary complete
* Update Docs
* Unsubscribe from IDefinition.SizeChanged event when set via indexer
* added bounds and null check to preserve original exception
* index check for negative values
* Split up the various forms of Activity1 so the code is manageable
* Update access to Insights key for FormsApplicationActivity
* Remove conditional compilation symbol
* Repro of modal-over-map-crash issue
* Automated test for maps modal crash
* Generate Ids for all Renderer Views on Android
* Add Ids for PageContainer and PageRenderer
* Remove TODO comment
* Verify fast renderers aren't disposed before querying Id
* [Android] Concatenate Name/HelpText better
Also remove some parameters that were added to workaround an issue that
no longer exists.
* Add repro
* Listen to Stephane
he's usually right
* oops, didn't save
* Repro
* Allow context menu actions on ViewCells with tap gestures
* Make context menu test work for iOS
* Make the ActivateContextMenu option work for items with small text
* Add repro
* [iOS] Set IgnoreContainerArea when no Nav Bar
* [Android] Layout bar and page at the same time
* Add custom renderer to turn off transitions
* Fix test case number
* Remove superfluous category set
* Fix test automation, add TabbedPage
* [macOS] ScrollView's content are showing at End.
* [macOS] ScrollView's content are showing at End. (Style Cleanup)
* [macOS] ScrollView's content are showing at End. (Style Cleanup again)
* [XamlC] Allow Properties and BP of generic types
* try hard to convince the compiler that the variable is initialized
* Update MethodDefinitionExtensions.cs