Drastic.UITools 1.0.13

dotnet add package Drastic.UITools --version 1.0.13
NuGet\Install-Package Drastic.UITools -Version 1.0.13
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="Drastic.UITools" Version="1.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drastic.UITools --version 1.0.13
#r "nuget: Drastic.UITools, 1.0.13"
#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 Drastic.UITools as a Cake Addin
#addin nuget:?package=Drastic.UITools&version=1.0.13

// Install Drastic.UITools as a Cake Tool
#tool nuget:?package=Drastic.UITools&version=1.0.13

NuGet Version License

Drastic.UITools

Drastic.UITools is a set of utilities and helper functions for debugging UI in .NET Applications.

FPSViewer

FPSViewer generates a frame rate for your application's UI in the debug output; This is done on iOS and Mac Catalyst with a reimplementation of WatchdogInspector, monitoring the UI Thread for activity. For Android, we use an implementation of FrameMetricsAggregator.

iOS/Catalyst

// Generates UI in the status bar for iOS apps.
// For log output, add an ILogger implementation.
Drastic.UITools.FPSViewer.Start();
// For log output, add an ILogger implementation. For example...
Drastic.UITools.FPSViewer.Start(new DebugLoggerProvider().CreateLogger("UITools"));
// To stop.
Drastic.UITools.FPSViewer.Stop();

Android

// Requires the Android Activity you wish to trace. For example...
Drastic.UITools.FPSViewer.GetInstance(logger).Start(CurrentAndroidActivity);
// To stop
Drastic.UITools.FPSViewer.GetInstance(logger).Stop(CurrentAndroidActivity);
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-android33.0 is compatible.  net7.0-ios was computed.  net7.0-ios16.1 is compatible.  net7.0-maccatalyst was computed.  net7.0-maccatalyst16.1 is compatible.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-tvos16.1 is compatible.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Drastic.UITools:

Package Downloads
Drastic.UITools.Maui

Tooling to help debug UI issues in .NET MAUI Applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.13 406 11/12/2023