Xamarin.Forms 1.5.0.6401-pre2

Prefix Reserved
This is a prerelease version of Xamarin.Forms.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Forms --version 1.5.0.6401-pre2
                    
NuGet\Install-Package Xamarin.Forms -Version 1.5.0.6401-pre2
                    
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.5.0.6401-pre2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Xamarin.Forms" Version="1.5.0.6401-pre2" />
                    
Directory.Packages.props
<PackageReference Include="Xamarin.Forms" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Xamarin.Forms --version 1.5.0.6401-pre2
                    
#r "nuget: Xamarin.Forms, 1.5.0.6401-pre2"
                    
#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.
#:package Xamarin.Forms@1.5.0.6401-pre2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xamarin.Forms&version=1.5.0.6401-pre2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Xamarin.Forms&version=1.5.0.6401-pre2&prerelease
                    
Install as a Cake Tool

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. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.9K)

Showing the top 5 NuGet packages that depend on Xamarin.Forms:

Package Downloads
Rg.Plugins.Popup

Plugin for Xamarin forms. Allows you to open any page as a popup.

Xamarin.FFImageLoading.Forms

Xamarin Library to load images quickly and easily on Xamarin.Forms. Ensure you call CachedImageRenderer.Init() on each platform!!! Features: - Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support - Configurable disk and memory caching - Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage) - Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).* - Error and loading placeholders support - Images can be automatically downsampled to specified size (less memory usage) - Fluent API which is inspired by Picasso naming - SVG / WebP / GIF support - Image loading Fade-In animations support - Can retry image downloads (RetryCount, RetryDelay) - Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible. - Transformations support - BlurredTransformation - CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation - ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation - FlipTransformation, RotateTransformation - Supports custom transformations (native platform `ITransformation` implementations)

Prism.Forms

Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET. Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, .NET MAUI and Xamarin Forms). Prism for Xamarin.Forms helps you more easily design and build rich, flexible, and easy to maintain Xamarin.Forms applications. This library provides user interface composition as well as modularity support.

Xamarin.Forms.Maps

Maps models and renderers for Xamarin.Forms

CarouselView.FormsPlugin

Create Horizontal and Vertical carousels, add page indicators, navigation arrows and much more. “How to” at Github repository.

GitHub repositories (317)

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

Repository Stars
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
dotnet/maui-samples
Samples for .NET Multi-Platform App UI (.NET MAUI)
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
Caliburn-Micro/Caliburn.Micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
x360ce/x360ce
Primary repository for the x360ce library, front-end and tools.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
microcharts-dotnet/Microcharts
Simple, cross-platform chart library for .NET
xamarin/XamarinComponents
Plugins for Xamarin
stryker-mutator/stryker-net
Mutation testing for .NET core and .NET framework!
NewLifeX/X
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
videolan/libvlcsharp
Cross-platform .NET/Mono bindings for LibVLC
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
praeclarum/Ooui
A small cross-platform UI library that brings the simplicity of native UI development to the web
Version Downloads Last Updated
5.0.0.2662 459,710 3/25/2024
5.0.0.2622 397,432 11/10/2023
5.0.0.2612 445,179 8/11/2023
5.0.0.2599-pre1 33,932 5/10/2023
5.0.0.2578 1,188,014 3/8/2023
5.0.0.2545 779,901 12/6/2022
5.0.0.2515 1,233,030 7/25/2022
5.0.0.2478 492,582 6/9/2022
5.0.0.2401 814,675 3/29/2022
5.0.0.2337 955,619 1/25/2022
5.0.0.2291 830,961 12/14/2021
5.0.0.2244 4,421,436 11/15/2021
5.0.0.2196 1,022,782 10/18/2021
5.0.0.2125 468,638 9/20/2021
5.0.0.2083 1,040,233 7/12/2021
5.0.0.2012 8,885,847 2/12/2021
5.0.0.1931 256,918 1/25/2021
5.0.0.1905 84,872 1/20/2021
5.0.0.1874 673,698 1/5/2021
1.5.0.6401-pre2 7,196 8/21/2015
Loading failed

## Important Notes ##

This release removes VS 2015 Xaml Intellisense support because of crashing issues on the Microsoft Xaml editor. After updating we recommend completely removing the entire 1.5.0-pre1 directory from the packages folder. This will help ensure VS does not continue to have issues.

## Resolved Issues introduced 1.5.0-pre1 ##
- [Bug 32881](https://bugzilla.xamarin.com/show_bug.cgi?id=32881) - Null Reference Exception launching a page from a Carousel
- [Bug 32888](https://bugzilla.xamarin.com/show_bug.cgi?id=32888) - HasUnevenRows = true causes all rows to be jumbled

## Bug Fixes ##

- [Bug 31114](https://bugzilla.xamarin.com/show_bug.cgi?id= 31114) - [iOS] ContextAction leaves blank line after swiping in ListView
- [Bug 32534](https://bugzilla.xamarin.com/show_bug.cgi?id= 32534) - [iOS] Selecting an item appears to remove it from collection

## Other Fixes ##

- [iOS] Throwing NSInternalInconsistencyException when clearing and adding items to a ObservableCollection.
- [iOS] MasterDetailPage Icon would not update correctly on rotation
- [Win] Fix group header height on phone

## Other Changes ##
Remove Xaml Intellisense VS support.