ImageEx 2.1.1

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

// Install ImageEx as a Cake Tool
#tool nuget:?package=ImageEx&version=2.1.1

ImageEx - Extended Image Control for UWP and WinUI apps

The ImageEx control extends the standard image platform control, improving the performance and responsiveness of your applications. The source images are loaded asynchronously, and a loading indicator is displayed during execution. After downloading, the original image is saved in the local cache of the application to save resources and loading time the next time the image is displayed.

This package contains a separate ImageEx control from the Windows Community Toolkit 7.x package. Since this control was removed in Toolkit version 8.0, this package was created containing only this control and having no dependencies. Originally developed by Microsoft.Toolkit https://github.com/CommunityToolkit/WindowsCommunityToolkit

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL FOURSOFT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net7.0-windows10.0.19041 is compatible.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible. 
Universal Windows Platform uap10.0.17763 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 ImageEx:

Repository Stars
CollapseLauncher/Collapse
An Advanced Launcher for miHoYo Games
Version Downloads Last updated
2.1.1 580 12/4/2023
2.1.0 95 12/4/2023
2.0.0 175 11/8/2023
2.0.0-preview 77 11/7/2023
1.0.0 122 11/7/2023

Version 2.1.0
-.NET 8 support