Ansight 0.1.0-pre9

This is a prerelease version of Ansight.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Ansight --version 0.1.0-pre9
                    
NuGet\Install-Package Ansight -Version 0.1.0-pre9
                    
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="Ansight" Version="0.1.0-pre9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ansight" Version="0.1.0-pre9" />
                    
Directory.Packages.props
<PackageReference Include="Ansight" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ansight --version 0.1.0-pre9
                    
#r "nuget: Ansight, 0.1.0-pre9"
                    
#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.
#:package Ansight@0.1.0-pre9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ansight&version=0.1.0-pre9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ansight&version=0.1.0-pre9&prerelease
                    
Install as a Cake Tool

Ansight

All-in-one Ansight package for .NET apps.

This package references Ansight.Core, native pairing where supported, and all non-MAUI remote tool packages. The runtime namespace remains Ansight.

using Ansight;

var options = Options.CreateBuilder()
    .WithAnsight(ansight =>
    {
        ansight.BundledHostConnectionAssembly = typeof(AppBootstrap).Assembly;
#if ANDROID
        ansight.CurrentActivityProvider = () => CurrentActivityProvider();
#endif
    })
    .Build();

Runtime.InitializeAndActivate(options);

WithAnsight(...) configures FPS sampling, 400ms sampling, 120s retention, 2000ms/quality-60/max-width-600 JPEG capture, host auto-probe, bundled host connection, all non-MAUI tools, and full tool access.

Set AnsightAllowRemoteTools=true for builds that intentionally include tool packages.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 Ansight:

Package Downloads
Ansight.Maui

All-in-one Ansight SDK package for .NET MAUI apps, including core runtime, pairing, remote tools, automatic lifecycle and page-view telemetry, and MAUI inspection tools.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-preview.20 41 5/15/2026
0.1.0-preview.19 72 5/8/2026
0.1.0-preview.18 61 5/8/2026
0.1.0-preview.17 52 5/8/2026
0.1.0-preview.16 51 5/6/2026
0.1.0-preview.15 49 5/5/2026
0.1.0-preview.14 61 5/5/2026
0.1.0-preview.13 56 5/5/2026
0.1.0-pre9 50 5/3/2026
0.1.0-pre8 73 5/3/2026
0.1.0-pre7 67 4/30/2026
0.1.0-pre6 62 4/30/2026
0.1.0-pre5 66 4/30/2026
0.1.0-pre4 72 4/27/2026
0.1.0-pre3 71 4/21/2026
0.1.0-pre2 84 4/4/2026
0.1.0-pre12 57 5/4/2026
0.1.0-pre11 52 5/4/2026
0.1.0-pre10 53 5/3/2026
0.1.0-pre1 95 3/31/2026