VOOZH about

URL: https://www.nuget.org/packages/JetBrains.Profiler.SelfApi/

⇱ NuGet Gallery | JetBrains.Profiler.SelfApi 2.5.18




👁 Image
JetBrains.Profiler.SelfApi 2.5.18

Prefix Reserved
dotnet add package JetBrains.Profiler.SelfApi --version 2.5.18
 
 
NuGet\Install-Package JetBrains.Profiler.SelfApi -Version 2.5.18
 
 
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="JetBrains.Profiler.SelfApi" Version="2.5.18" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JetBrains.Profiler.SelfApi" Version="2.5.18" />
 
Directory.Packages.props
<PackageReference Include="JetBrains.Profiler.SelfApi" />
 
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 JetBrains.Profiler.SelfApi --version 2.5.18
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JetBrains.Profiler.SelfApi, 2.5.18"
 
 
#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 JetBrains.Profiler.SelfApi@2.5.18
 
 
#: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=JetBrains.Profiler.SelfApi&version=2.5.18
 
Install as a Cake Addin
#tool nuget:?package=JetBrains.Profiler.SelfApi&version=2.5.18
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

JetBrains Self-Profiling API lets you initiate and control profiling sessions right from the code of your application. The snapshots taken by the API calls can be later opened and investigated in JetBrains profiling tools. The main advantage of Self-Profiling API is that it doesn't require the profiling tools to be installed on the end-user machine. For example, you can use this API to take memory snapshots of your application on end-user desktops, staging and production servers, and so on.

ATTENTION: Note that for its work JetBrains Self-Profiling API uses the JetBrains.dotMemory.Console and JetBrains.dotTrace.CommandLineTools packages which is distributed under the JetBrains Redistributable Product license: The library is free and can be freely redistributed but disassembling is not allowed.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp3.0 netcoreapp3.0 is compatible.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Framework net46 net46 is compatible.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on JetBrains.Profiler.SelfApi:

Package Downloads
JetBrains.ReSharperAutomationTools.src.CommandLineCore

JetBrains ReSharperAutomationTools src CommandLineCore Package Version 232.0.20240606.114150

JetBrains.Rider.Rider.Backend

JetBrains Rider Rider Backend Package Version 233.0.20240606.114412

BenchmarkDotNet.Diagnostics.dotTrace

Powerful .NET library for benchmarking

CarinaStudio.AppSuite.Core

Base libraries for Carina Studio Application Suite.

Metalama.Backstage

A Metalama package providing licensing, telemetry and other configuration settings for projects using Metalama.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on JetBrains.Profiler.SelfApi:

Repository Stars
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
adamhathcock/sharpcompress
SharpCompress is a fully managed C# library to deal with many compression types and formats.
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
metalama/Metalama
A meta-programming framework for code generation, aspect-oriented programming, and architecture verification of large C# codebases.
DizTools/DiztinGUIsh
A Super NES ROM Disassembler
ME3Tweaks/ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
ME3Tweaks/LegendaryExplorer
Editor toolset for Mass Effect Trilogy and Mass Effect Legendary Edition
Version Downloads Last Updated
2.5.18 41,219 5/6/2026
2.5.17 12,899 4/25/2026
2.5.16 207,131 1/26/2026
2.5.15 53,047 12/20/2025
2.5.14 202,917 7/14/2025
2.5.13 299,040 5/16/2025
2.5.12 1,622,865 11/7/2024
2.5.12-preview1 26,136 9/19/2024
2.5.11 34,440 9/7/2024
2.5.10 3,004 8/23/2024
2.5.9 221,655 7/26/2024
2.5.8 94,429 6/15/2024
2.5.6 8,079 6/8/2024
2.5.5 75,175 6/4/2024
2.5.3 44,724 4/8/2024
2.5.2 115,655 2/9/2024
2.5.0 504,667 7/5/2023
2.5.0-preview3 58,038 4/17/2023
2.5.0-preview1 661 4/16/2023
2.4.1 8,022 3/10/2023
Loading failed

Supported OSs:
   • Windows 7 x86/x64 and later, Windows 11 x86/x64/ARM64 and later
   • macOS 10.12 Sierra x64 and later, macOS 11.0 Big Sur x64/ARM64 and later
   • Linux Glibc/Musl x64/armv7l/aarch64 (most distributions like Alpine, CentOS, Debian, Fedora, Ubuntu, Red Hat and derivatives)
Supported frameworks:
   • .NET Framework 4.6 and later
   • .NET Core 3.0 and later
   • .NET 5.0 and later