UISleuth 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package UISleuth --version 1.0.0
NuGet\Install-Package UISleuth -Version 1.0.0
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="UISleuth" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UISleuth --version 1.0.0
#r "nuget: UISleuth, 1.0.0"
#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 UISleuth as a Cake Addin
#addin nuget:?package=UISleuth&version=1.0.0

// Install UISleuth as a Cake Tool
#tool nuget:?package=UISleuth&version=1.0.0

UI Sleuth is a Xamarin.Forms debugging tool. If you’ve ever made a web site, it’s similar to Microsoft’s F12 tools or Chrome Developer Tools. You can use it to efficiently track down layout issues, prototype a new design, and remotely control a device.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 7,365 5/7/2017
1.1.0 1,599 4/25/2017
1.0.0 1,223 4/18/2017

+ macOS and iOS Support.
+ iOS App Detection.
+ Improved Android emulator and device detection.
+ Increased support for Xamarin.Forms views, such as ListViews.
+ Added ability to inspect a view's BindingContext property.
+ Added ability to detect, manipulate, and add a project's custom VisualElements through the editor.