From f4b9911c3d5ad633e83f6d8be73de9a3f6688bb7 Mon Sep 17 00:00:00 2001 From: Gerald Versluis Date: Wed, 9 Nov 2022 19:33:48 +0100 Subject: [PATCH] Remove dead XML Doc link (#11223) --- src/Essentials/src/Screenshot/Screenshot.shared.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Essentials/src/Screenshot/Screenshot.shared.cs b/src/Essentials/src/Screenshot/Screenshot.shared.cs index 142198380b20..6ee85f558177 100644 --- a/src/Essentials/src/Screenshot/Screenshot.shared.cs +++ b/src/Essentials/src/Screenshot/Screenshot.shared.cs @@ -45,7 +45,6 @@ public interface IScreenshotResult Task OpenReadAsync(ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100); #pragma warning restore CS1573 // Parameter has no matching param tag in the XML comment (but other parameters do) - /// Task CopyToAsync(Stream destination, ScreenshotFormat format = ScreenshotFormat.Png, int quality = 100); }