Xamarin.Forms.Nuke 10.3.1

dotnet add package Xamarin.Forms.Nuke --version 10.3.1
NuGet\Install-Package Xamarin.Forms.Nuke -Version 10.3.1
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.Nuke" Version="10.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Forms.Nuke --version 10.3.1
#r "nuget: Xamarin.Forms.Nuke, 10.3.1"
#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.Nuke as a Cake Addin
#addin nuget:?package=Xamarin.Forms.Nuke&version=10.3.1

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

Nuke 10.3.1 (https://github.com/kean/Nuke/releases/tag/10.3.1) for Xamarin.Forms.

This repository was inspired by Jonathan Peppers GlideX implementation of the new IImageViewHandler interface for Xamarin.Forms (https://github.com/jonathanpeppers/glidex).

Its goal is to provide the same kind of implementation for iOS with nuke, a native image caching library, achieving a complete image caching solution for Xamarin.Forms: you don't have to change any line of your existing project, the Xamarin.Forms image source handlers will just be overridden with cache-enabled ones.

IMPORTANT: On iOS projects, call  Xamarin.Forms.Nuke.FormsHandler.Init() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).

Product Compatible and additional computed target framework versions.
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

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
roubachof/Xamarin-Forms-Practices
Collection of good practices for Xamarin forms developement
Version Downloads Last updated
10.3.1 37,145 11/3/2021
8.4.3 28,565 10/29/2020
8.4.2 563 10/28/2020
8.4.1 564 10/26/2020
8.4.0 6,718 3/10/2020

Added Xamarin.Nuke nuget package as dependency, bump to Nuke 10.3.1.