ImageEx 3.0.0
There is bug in UWP side. Please update to 3.1.0
See the version list below for details.
dotnet add package ImageEx --version 3.0.0
NuGet\Install-Package ImageEx -Version 3.0.0
<PackageReference Include="ImageEx" Version="3.0.0" />
paket add ImageEx --version 3.0.0
#r "nuget: ImageEx, 3.0.0"
// Install ImageEx as a Cake Addin #addin nuget:?package=ImageEx&version=3.0.0 // Install ImageEx as a Cake Tool #tool nuget:?package=ImageEx&version=3.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows10.0.22621 is compatible. |
Universal Windows Platform | uap10.0.17763 is compatible. |
-
net8.0-windows10.0.22621
- Microsoft.WindowsAppSDK (>= 1.0.0)
-
UAP 10.0.17763
- Microsoft.NETCore.UniversalWindowsPlatform (>= 6.2.14)
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/HoYoverse Games
|
Version 3.0.0
-Bump Windows SDK version to 22621
-Removed .NET 6 support
-Removed .NET 7 support
-Removed some needless debug outputs
-Added AotCompatible flag