ImageEx.WinUI
5.0.0
dotnet add package ImageEx.WinUI --version 5.0.0
NuGet\Install-Package ImageEx.WinUI -Version 5.0.0
<PackageReference Include="ImageEx.WinUI" Version="5.0.0" />
<PackageVersion Include="ImageEx.WinUI" Version="5.0.0" />
<PackageReference Include="ImageEx.WinUI" />
paket add ImageEx.WinUI --version 5.0.0
#r "nuget: ImageEx.WinUI, 5.0.0"
#:package ImageEx.WinUI@5.0.0
#addin nuget:?package=ImageEx.WinUI&version=5.0.0
#tool nuget:?package=ImageEx.WinUI&version=5.0.0
UWP Nuget Package / WinUI Nuget Package
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.
Nuget Packages:
- For Legacy UWP (.NET Native) use ImageEx.UWP - version 3.9
- For Modern UWP (.NET 9+) use ImageEx.UWP - version 4.0 or later
- For WinUI3 apps use ImageEx.WinUI - version 4.0 or later
- Old package (ImageEx) is no longer supported
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows10.0.17763 is compatible. net8.0-windows10.0.26100 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows10.0.17763 is compatible. net10.0-windows10.0.26100 is compatible. |
-
net10.0-windows10.0.17763
- Microsoft.WindowsAppSDK.WinUI (>= 1.8.250906003)
-
net10.0-windows10.0.26100
- Microsoft.WindowsAppSDK.WinUI (>= 1.8.250906003)
-
net8.0-windows10.0.17763
- Microsoft.WindowsAppSDK.WinUI (>= 1.8.250906003)
-
net8.0-windows10.0.26100
- Microsoft.WindowsAppSDK.WinUI (>= 1.8.250906003)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ImageEx.WinUI:
| Repository | Stars |
|---|---|
|
Richasy/Rodel.Agent
支持主流在线 AI 服务的应用
|
|
|
Anthonyy232/Nagi
Rediscover your local music collection with Nagi, a music player focused on speed, simplicity, and privacy. Nagi is built with C# and WinUI 3 to offer a clean, native Fluent experience. It's beautiful, efficient, and respects your privacy.
|
Version 5.0
- Migrate to only WinUI package (instead of full Windows App SDK package)
- .NET 10.0 TFM
- Lowered Windows SDK version for more compatibility
- Updated package structure (without xbf files)