From 272033723ea275ceb8a288fa605eafd035c79f2d Mon Sep 17 00:00:00 2001 From: "E.Z. Hart" Date: Mon, 18 Jul 2016 17:16:47 -0600 Subject: Windows image loader error handling (#260) * Repros for various image issues * Log image loading errors * Better repro instructions and user interface * Image loading tests now running on WinRT/UWP phone/tablet/desktop * Move FailImageSource into shared project * Move FailImageSource into shared project * Update docs --- Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs | 4 ++-- Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'Xamarin.Forms.Platform.UAP') diff --git a/Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs index 83c6dfb7..bf1936ae 100644 --- a/Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs +++ b/Xamarin.Forms.Platform.UAP/Properties/AssemblyInfo.cs @@ -37,8 +37,8 @@ using Xamarin.Forms.Platform.UWP; //ImageSources [assembly: ExportImageSourceHandler(typeof(FileImageSource), typeof(FileImageSourceHandler))] -[assembly: ExportImageSourceHandler(typeof(StreamImageSource), typeof(StreamImagesourceHandler))] -[assembly: ExportImageSourceHandler(typeof(UriImageSource), typeof(ImageLoaderSourceHandler))] +[assembly: ExportImageSourceHandler(typeof(StreamImageSource), typeof(StreamImageSourceHandler))] +[assembly: ExportImageSourceHandler(typeof(UriImageSource), typeof(UriImageSourceHandler))] // Pages diff --git a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj index c992f826..5ce6221e 100644 --- a/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj +++ b/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj @@ -164,6 +164,9 @@ PlatformEffect.cs + + UriImageSourceHandler.cs + ViewExtensions.cs @@ -283,9 +286,6 @@ ImageConverter.cs - - ImageLoaderSourceHandler.cs - ImageRenderer.cs -- cgit v1.2.3