ImageCaching.Nuke 4.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ImageCaching.Nuke --version 4.1.0
                    
NuGet\Install-Package ImageCaching.Nuke -Version 4.1.0
                    
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="ImageCaching.Nuke" Version="4.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImageCaching.Nuke" Version="4.1.0" />
                    
Directory.Packages.props
<PackageReference Include="ImageCaching.Nuke" />
                    
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 ImageCaching.Nuke --version 4.1.0
                    
#r "nuget: ImageCaching.Nuke, 4.1.0"
                    
#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.
#addin nuget:?package=ImageCaching.Nuke&version=4.1.0
                    
Install ImageCaching.Nuke as a Cake Addin
#tool nuget:?package=ImageCaching.Nuke&version=4.1.0
                    
Install ImageCaching.Nuke as a Cake Tool

NukeProxy

This is a small Xamarin.iOS binding Proxy for Nuke. Since Nuke is a Swift library, which doesn't expose its code with @objc annotations, we cannot bind it directly and need a proxy for this. This proxy provides enough API for Xamarin.Forms.Nuke to function. If you need more of Nukes API to be surfaced, PRs are welcome.

Installation

New! There is now a .net 6 version of the proxy targeting ios and mac catalyst.

.Net 6 ios and macos

Nuget:

Install-Package ImageCaching.Nuke

Xamarin.Forms

NuGet:

Install-Package Xamarin.Nuke

Setting up locally

Make sure to install carthage first. This can be done through Homebrew:

brew install carthage

Getting Nuke from carthage:

sh carthage.sh update --use-xcframeworks

Exposing more API

Open the NukeProxy.xcodeproj in Xcode and add more code to NukeProxy.swift.

Make sure to annotate correctly with @objc. Refer to the other code and Xamarin.iOS Swift Bindings. When done adding more code, ensure project builds:

  1. Run sh build.sh from commandline (make sure you have the latest Sharpie installed)
  2. Copy the new definitions from the sharpie_output folder into the Xamarin.Nuke C# project
  3. Adjust the definitions and ensure the project builds
  4. Create a PR to this repository
Product Compatible and additional computed target framework versions.
.NET net8.0-ios18.0 is compatible.  net8.0-maccatalyst18.0 is compatible.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net10.0-ios was computed.  net10.0-maccatalyst was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0-ios18.0

    • No dependencies.
  • net8.0-maccatalyst18.0

    • No dependencies.
  • net9.0-ios18.0

    • No dependencies.
  • net9.0-maccatalyst18.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ImageCaching.Nuke:

Package Downloads
Sharpnado.Maui.Nuke

Nuke 10 for Maui. Since MAUI, the Android platform get a native caching library: Glide. Unfortunately on, iOS, there is no native caching... Sharpnado.Maui.Nuke is here to repair this injustice by implementing image caching with the fastest and most popular ios native caching library: Nuke.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.1.1 3,161 4/24/2025
4.1.0 270 4/22/2025
4.0.5 9,808 2/20/2025
4.0.0 15,592 11/14/2024
3.0.1 44,356 2/12/2024
3.0.0 53,915 1/25/2023
2.0.13 13,378 1/2/2023
2.0.0 6,651 9/27/2022