Xamarin.Forms 1.2.3.6257

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms --version 1.2.3.6257
NuGet\Install-Package Xamarin.Forms -Version 1.2.3.6257
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.Forms" Version="1.2.3.6257" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms --version 1.2.3.6257
#r "nuget: Xamarin.Forms, 1.2.3.6257"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.Forms as a Cake Addin
#addin nuget:?package=Xamarin.Forms&version=1.2.3.6257

// Install Xamarin.Forms as a Cake Tool
#tool nuget:?package=Xamarin.Forms&version=1.2.3.6257

Build native UIs for iOS, Android, and Windows Phone from a single, shared C# codebase

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories (333)

Showing the top 5 popular GitHub repositories that depend on Xamarin.Forms:

Repository Stars
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
PrismLibrary/Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Version Downloads Last updated
1.4.3.6358-pre2 2,155 4/24/2015
1.4.3.6356-pre1 346 4/21/2015
1.4.2.6359 22,413 4/30/2015
1.4.2.6355 7,014 4/21/2015
1.4.2.6353-pre2 881 3/31/2015
1.4.2.6350-pre1 195 3/30/2015
1.4.1.6349 18,568 3/30/2015
1.4.1.6347-pre2 1,838 3/19/2015
1.4.1.6342-pre1 597 3/10/2015
1.4.0.6341 13,779 3/9/2015
1.4.0.6340-pre2 450 3/6/2015
1.4.0.6336-pre1 488 3/3/2015
1.3.5.6337 2,873 3/5/2015
1.3.5.6335 3,406 3/2/2015
1.3.5.6333-pre1 794 2/17/2015
1.3.4.6332 8,945 2/17/2015
1.3.4.6331-pre4 433 2/13/2015
1.3.4.6329-pre3 236 2/12/2015
1.3.4.6328-pre2 242 2/11/2015
1.3.4.6325-pre1 260 2/9/2015
1.3.3.6323 10,704 2/9/2015
1.3.3.6322-pre3 218 2/6/2015
1.3.3.6321-pre2 371 2/4/2015
1.3.3.6318-pre1 341 2/2/2015
1.3.2.6316 4,360 2/3/2015
1.3.2.6313-pre3 327 1/30/2015
1.3.2.6309-pre2 369 1/28/2015
1.3.2.6299-pre1 940 1/20/2015
1.3.1.6296 16,376 1/4/2015
1.3.1.6294-pre1 2,157 12/24/2014
1.3.0.6292 6,214 12/24/2014
1.3.0.6286-pre4 777 12/19/2014
1.3.0.6284-pre3 614 12/12/2014
1.3.0.6280-pre2 550 12/9/2014
1.3.0.6275-pre1 5,870 11/12/2014
1.2.3.6257 22,720 10/2/2014
1.2.3.6256-pre4 1,168 9/26/2014
1.2.3.6255-pre3 890 9/20/2014
1.2.3.6249-pre2 834 9/9/2014
1.2.3.6246-pre1 2,079 8/15/2014
1.2.2.6243 15,766 7/30/2014
1.2.2.6241-pre3 1,462 7/28/2014
1.2.2.6240-pre2 1,570 7/22/2014
1.2.2.6238-pre1 1,598 7/17/2014
1.2.1.6229 4,989 7/14/2014
1.1.1.6206 10,264 6/19/2014
1.1.0.6201 4,364 6/12/2014
1.0.6197 699 6/4/2014
1.0.6188 4,629 5/28/2014

## Important Notes
In this release we have changed the base class of Entry from a ViewRenderer<Entry, Canvas> to a ViewRenderer<Entry, Grid>. While it is unlikely anyone depends on this behavior, if you do you will need to update your code.

Further in 1.3.0 (the next major release) we will be changing the default Grid row and column definitions to use Star instead of Auto. While it is unlikely, if you currently depend on the default of Auto, you should hardcode the value in preparation for the change.

## Enhancements:

### Android

- Image/ImageCell will no longer reload images when the ImageSource instance is the same for a reused element.
- Minor memory improvements when reusing elements (ListView).
- ListView performance increase. Especially when dealing with lots of labels or nested layouts.

## Bug fixes:

### Core

- Fixed an NullReferenceException creating a ResourceDictionary.
- Fixed layout issues in Grid with ColSpan/RowSpan ([Bugzilla 23152](https://bugzilla.xamarin.com/show_bug.cgi?id=23152)).
- Entry no longer clears one way bindings when the user enters text
- BindableObject.ClearValue now properly triggers INPC

### iOS

- ImageCells no longer occasionally get reused for TextCells.
- Fixed an NullReferenceException for Editor.
- Fixed calling PopToRootAsync throwing NullReferenceException ([Bugzilla 23234](https://bugzilla.xamarin.com/show_bug.cgi?id=23234)).
- Fixed SearchButtonPressed firing for Cancel ([Bugzilla 23235](https://bugzilla.xamarin.com/show_bug.cgi?id=23235)).
- Fixed ListView not respecting BackgroundColor ([Bugzilla 23056](https://bugzilla.xamarin.com/show_bug.cgi?id=23056)).
- Fixed a crash with DisplayActionSheet on iOS 8 ([Bugzilla 23358](https://bugzilla.xamarin.com/show_bug.cgi?id=23358)).
- Fixed ScrollView measurement.
- Fixed intermittent rotation layout issues with MasterDetailPage ([Bugzilla 21950](https://bugzilla.xamarin.com/show_bug.cgi?id=21950)).
- ActionSheet no longer fails to send result in some situations
- Pushing pages from custom renderers using native APIs no longer confuses the NavigationRenderer
- Editor.Focus now works correctly
- Editor.UnFocus now works correctly
- Editor.IsEnabled now properly disables editing
- Fix crash introduced in 1.2.3-pre2 when navigating using MasterDetailPage
- Fix memory leak when changing pages using Master pane in MasterDetailPage
- Secondary toolbar items will now clear properly and are sorted correctly
- MapRenderer is now public
- ScrollView will no longer exceed its bounds (extension of previous fix to include more cases)
- Resolve a major memory leak when popping pages from Navigation stack
- ContentPage inside of a NavigationPage inside of TabbedPage will no longer incorrectly set the tab title from the ContentPage

### Android
- Fixed Focused/Unfocused events for SearchBar ([Bugzilla 23296](https://bugzilla.xamarin.com/show_bug.cgi?id=23296)).
- Fixed issue with label truncation.
- Fixed a crash with ScrollViews instances being reused.
- Fixed software keyboard not responding to Focus ([Bugzilla 21862](https://bugzilla.xamarin.com/show_bug.cgi?id=21862)).
- SwitchRenderer no longer causes crashing with Navigation
- ListView selected background color now properly cleared
- Image loading reset on ImageCell
- Fix edge case where images were not loaded asynchronously in ListView
- Images no longer trigger useless layout cycle when re-used in ListView
- Minor ListView performance improvements
- ListView background color will no longer throw a NotFoundException in some cases
- Fix a GREF leak when dismissing keyboard (performance and memory leak)
- Keyboard now properly hides when calling Entry.Unfocus
- ScrollView will no longer crash when inside of a ViewCell
- ListView background and divider color is now based on the theme color
- ScrollView children will no longer flow outside of ScrollView bounds
- Setting MasterDetailPage.Detail should now dispose old Detail properly
- Reshowing an existing ListView will no longer crash on selection
- Fix crash in ImageRenderer during dispose cycle

### Windows Phone

- Fixed RotationX/Y to match Android/iOS.
- Fixed MapType ([Bugzilla 22737](https://bugzilla.xamarin.com/show_bug.cgi?id=22737)).
- Fixed too many toolbars crash.
- Switch.IsEnabled property now works correctly
- Secondary toolbar items no longer occasionally duplicate themselves
- MapRenderer is now public
- Calling Picker.Items.Clear no longer crashes
- Entry's inside of a ViewCell will no longer incorrectly horizontally minimize
- Add support for ApplicationId and AuthToken to FormsMaps.Init (string, string), old overload remains for testing
- EntryCell now properly supports IsEnabled

### XAML

- Fix error when saving xaml file in Xamarin Studio on Windows where the file is locked by another process
- BindableObject can now be used as a root element in XAML, not just VisualElements. Allows creating ViewCells as root objects.